Is this the best use of your time and energy!
08
28
上面我们提到,使用select…for update会把数据给锁住,不过我们需要注意一些锁的级别,MySQL InnoDB默认行级锁。行级锁都是基于索引的,如果一条SQL语句用不到索引是不会使用行级锁的,会使用表级锁把整张表锁住,这点需要注
2020-08-28 AverageJoe
28
选中 某单词 command +D 选中相同>>同时编辑 command+shift+d 复制选择内容 command+l 选中行再使用command+shift+l 进行多行编辑command+l 选中行 alt+拖动光标选择
2020-08-28 AverageJoe
28
chmod +x rc.local/etc/rc.local 中添加开机自启chmod 777 /root/sharesudo mount -t vboxsf Share /root/share
2020-08-28 AverageJoe
28
进入vi的命令 :vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处vi -r filename :在上次正用vi编辑时发生系统崩溃,恢复filenamevi filename….filena
2020-08-28 AverageJoe
28
hadoop非实时计算体验不好.mapper/reduce /批处理而生storm:实时计算 监控预警/婚恋网/推荐hive : sql语句====================================优点:低延迟//高性能//消
2020-08-28 AverageJoe
28
opt目录任何用户都有权限 注释需要空格单行注释一个空格code #单行注释可以放在当前行后面如果注释很短两个空格运算符://取整次幂计算23=8 变量:变量第一次出现定义变量第二次修改变量 定义变量时python变量的类型是由等号右边的
2020-08-28 AverageJoe
28
最小化当前窗口:alt+escctrl+d ===ctrl+c 退出alt+f4 close current windowctrl+W close tabwin+m minimum windowwin+D show desktop chro
2020-08-28 AverageJoe
28
#!/bin/sh yum install docker -y&&service docker start&&chkconfig docker on&&docker pull oddratio
2020-08-28 AverageJoe
28
angular:grunt serve 启动前端web界面 bower install angular#1.6.9 –save node:npm start bower install angu&
2020-08-28 AverageJoe
28
echo $SHELL chsh -s /bin/zsh cmd>>bash切换至:bash on Ubuntu on Windows gi first search box focus which 查看命令位置 ls -lh
2020-08-28 AverageJoe
14
apache默认服务器安装目录:/etc/apache2命令sudo apachectl start //开始sudo apachectl restart //重启sudo apachectl stop //停止
2020-08-14 AverageJoe