首页
关于
Search
1
在投射和录制时显示敏感信息写给TeamViewer,anydesk,向日葵
8,618 阅读
2
sublime 3155-3175 LICENSE
7,914 阅读
3
mysql存储过程&时间累加插入
7,755 阅读
4
永远不要相信浮点数结果精确到了最后一位,也永远不要比较两个浮点数是否相等。
4,486 阅读
5
mysql-workbench中duration fetch的含义
4,462 阅读
ubuntu
linux
sublime
php
mysql
JS
CSS
其他
chrome
redis
登录
Search
标签搜索
mysql
curl
grep
journalctl
rename
You can't specify target table
only_full_group_by
Sub-process
警示
dropbox
mtr
curl抓取重定向
floor
intval
ceil
round
pixmap
adwaita
date.utc
gmmktime
五好的Book
累计撰写
194
篇文章
累计收到
31
条评论
首页
栏目
ubuntu
linux
sublime
php
mysql
JS
CSS
其他
chrome
redis
页面
关于
搜索到
92
篇与
的结果
2017-08-08
grep过滤文档
grep是一个很有用的搜索命令,可以从海量的数据中找到我们想要的数据,比如从访问日志文件中找相关IP的访问记录只要运行cat /var/data/log/access.log |grep '127.0.0.1' 便可以搜索出127.0.0.1这个ip的所有记录当我们想要知道几个IP的记录时,可以用如下命令查询cat /var/data/log/access.log |grep -E'127.0.0.1|192.168.1.100' 其他技巧待后续更新
2017年08月08日
1,090 阅读
0 评论
0 点赞
2017-08-08
linux 设置时间,同步时间
手动设置 硬件时间hwclock --set --date="2017-08-08 15:23:00"; 修改系统时间date -s "2017-08-08 15:22:00"; 硬件时间与系统时间同步hwclock --hctosys 系统时间与硬件时间同步hwclock --systohc 显示硬件时间hwclock --show 同步时间服务器ntpdate 2.cn.pool.ntp.org ntpdate asia.pool.ntp.org time.windows.com
2017年08月08日
982 阅读
0 评论
0 点赞
2017-07-25
ubuntu切换默认桌面为unity
还是习惯用unity桌面环境, 有其实小屏幕的设备unity显示的信息更加多,gdm3反而没有unity那么的让更多信息显示到屏幕上来,虽然只是多了一个标题栏!废话不多说,直接上命令sudo dpkg-reconfigure lightdm 没错执行上面的命令然后确认 就OK啦。
2017年07月25日
2,202 阅读
0 评论
0 点赞
2017-07-05
unity8 已经有接盘侠了接住了
Unity 8 本来是Ubuntu的下一代桌面环境,但是可惜在前几个月被宣布放弃, 然而虽然官方放弃了,但已经有团队宣布继续unity8的开发,请搜索“Yunit to Unity 8”应该会得到一些结果细节官方网站:https://yunit.io 博客:https://yunit.io/blog 论坛:https ://forum.yunit.io Reddit:https://www.reddit.com/r/Yunit/ 邮件列表:https://yunit.io/cgi-bin/mailman/listinfo/dev IRC:#yunit @freenode 源代码:https://github.com/yunit-io/yunit核心开发人员:jsalatas和其他人(https://github.com/orgs/yunit-io/people)许可证:https://github.com/yunit-io/yunit/blob/master/COPYING常见问题:https://yunit.io/faq/但报告:https://github.com/yunit-io/yunit/issues 标志比赛:https ://www.flickr.com/groups/3484594@N25/电报:https://t.me/joinchat/AAAAAAsUbsakPJGOP9msRg有趣的事实截至5月7日,有一些事实:Yunit项目的原因是Mark Shuttleworth决定停止Unity 8(链接)。 Yunit将从Mir迁移到Wayland(链接)。Yunit仍然没有官方标志(截至2017年5月18日)。 Yunit项目未经Canonical或Ubuntu项目认可或隶属。
2017年07月05日
1,061 阅读
0 评论
0 点赞
2017-06-16
php对应js的date.utc的值
在js中用到的 var ts=Date.UTC(1986,2,22);PHP中 的mktime()函数无法正确与之匹配经过实践发现下面的方法可以:$ts = gmmktime(0, 0, 0, 3, 22, 1985) * 1000
2017年06月16日
1,091 阅读
0 评论
0 点赞
1
...
15
16
17
...
19