#I

onedrive忽略子文件夹

https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-exclude-certain-folders-from-syncing-to/20173022-5ef9-4a69-a7bc-da63fbb5282dSelectthewhiteorblueOn...

git filter-repo

https://github.blog/2019-11-03-highlights-from-git-2-24/#alternative-history-rewriting-toolshttps://github.com/newren/git-filter-repo $gitfilter-branch-f--...
IT猿 IT猿·2020-03-27

Why you need to understand garbage collection

I’vebeeninterviewinglotsofC#developersrecently,andoneofmystockquestionsis“howdoesthe.NETgarbagecollectorknowwhenyou’vefinishedusinganobject?&r...

What is the difference between UNION and UNION ALL?

UNIONremovesduplicaterecords(whereallcolumnsintheresultsarethesame),UNIONALLdoesnot.ThereisaperformancehitwhenusingUNIONinsteadofUNIONALL,sincethedatabaseserver...

JavaScript多种继承方式

https://github.com/mqyqingfeng/Blog/issues/16...

Windows下的Memcache安装 linux下的Memcache安装

linux下的Memcache安装:1.下载memcache的linux版本,注意memcached用libevent来作事件驱动,所以要先安装有libevent。官方网址:http://memcached.org/2.安装pecl::memcache。用pecl命令行工具安装:peclinstallmemcache&...

service mysql start出错,mysql启动不了,解决mysql: unrecognized service错误

servicemysqlstart出错,mysql启动不了,解决mysql:unrecognizedservice错误的方法如下:[root@ctohome.com~]#servicemysqlstartmysql:unrecognizedservice[root@ctohome.com~]#servicemysqlr...

linux卸载mysql,apache,php

卸载Mysql1、查找以前是否装有mysql命令:rpm-qa|grep-imysql可以看到mysql的包:mysql-3.23.58-9php-mysql-4.3.4-11mod_auth_mysql-20030510-4.1mysql-server-3.23.58-92、删除mysql删除命令:rpm-e--no...

MySql的join(连接)查询 (三表 left join 写法)

1、内连接:将两个表中存在连结关系的字段符合连接条件的记录形成记录集SelectA.name,B.namefromAinnerjoinBonA.id=B.id和SelectA.name,B.namefromA,BwhereA.id=B.id结果是一样的(内连接的inner关键字可省略);2、外连接:分为左外连接和右外连...

笔记本(WIN7|XP)发射wifi信号 当无线路由使用

Windows7系统第一步:是你的电脑上要有两个网卡一个有线一个无线(笔记本应该都有)台式机可以考虑买个USB无线网卡(50左右)第二步:win+R CMD 输入(只输入红色部分)netshwlansethostednetworkmode=allowssid=hackseokey=hackhack[...

linux命令

awk-F:'{print$1}'/etc/passwd        输出linux所有用户名...
IT猿 IT猿·2020-03-27

linux同步系统时间

命令:ntpdate路径:/usr/sbin/ntpdate例子:ntpdateus.pool.ntp.org 查看日期时间命令:date修改日期时间命令:date-s"2012032808:02:50"  查看biso时间命令:hwclock-r将日期写入biso命令:hwclock-w...

MYSQL中UNIX时间戳与日期的转换

mysql>selectFROM_UNIXTIME(1156219870,'%y-%m-%d');+--------------------------------------+|FROM_UNIXTIME(1156219870,'%y-%m-%d')|+-----------------------------...

linux重新设定分区大小

一、目的在使用CentOS6.3版本Linux系统的时候,发现根目录(/)的空间不是很充足,而其他目录空间有很大的空闲,所以本文主要是针对现在已有的空间进行调整。首先,先来查看一下系统的空间分配情况:[root@CentOS-78/]#df-hFilesystem    &nbs...
首页上一页...43844385438643874388...下一页尾页