码迷,mamicode.com
首页 >  
搜索关键字:linux timezone date hwclock ntpdate    ( 181148个结果
subversion javahl
新建android项目时,总是说"javahl, require version 1.8"云云。dpkg -l | grep libsvn-java1.6apt-get update还是1.6google:$ apt-get install subversion$ apt-get install l...
分类:编程语言   时间:2014-05-01 21:46:06    阅读次数:522
oracle 简单SQL
1, insert into test select * from test;(造测试数据)2, create table b as select * from a; (创建表结构一样的空表,数据可同上插入数据)3,linux系统下让sqlplus支持历史命令回调在linux中实现上述功能,需要.....
分类:数据库   时间:2014-05-01 21:33:20    阅读次数:447
mysql 获取当前日期及格式化
MYSQL 获取当前日期及日期格式获取系统日期:NOW()格式化日期:DATE_FORMAT(date, format)注: date:时间字段format:日期格式返回系统日期,输出 2009-12-25 14:38:59select now();输出 09-12-25select date_fo...
分类:数据库   时间:2014-05-01 21:25:28    阅读次数:534
Linux重启inotify配置max_user_watches无效被恢复默认值8192的正确修改方法
Linux下Rsync+inotify-tools实现数据实时同步中有一个重要的配置就是设置Inotify的max_user_watches值,如果不设置,当遇到大量文件的时候就会出现出错的情况。一般网上修改方法就是直接修改文件:/proc/sys/fs/inotify/max_user_watch...
分类:系统相关   时间:2014-05-01 21:22:57    阅读次数:715
sql语句的效率测试
1.测试sql语句执行时间的方法,获得时间差declare @end_date datetimeselect @begin_date = getdate()--要执行的sql语句select @end_date = getdate()select datediff(ms,@begin_date,@e...
分类:数据库   时间:2014-05-01 21:11:51    阅读次数:398
入门: 使用JNI 从C++代码中调用Java的静态方法
开发环境:操作系统: (uname -a output)Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/LinuxJDK 版本 : (java -ve...
分类:编程语言   时间:2014-05-01 20:46:54    阅读次数:565
Requirement-Driven Linux Shell Programming
Requirement-Driven Linux Shell ProgrammingRequirement-Driven Linux Shell ProgrammingTable of Contents1. Where can I find the basic Material about Linu...
分类:系统相关   时间:2014-05-01 20:40:05    阅读次数:678
ubuntu中文件夹的作用
/bin系統有很多放置執行檔的目錄,但/bin比較特殊。因為/bin放置的是在單人維護模式下還能夠被操作的指令。 在/bin底下的指令可以被root與一般帳號所使用,主要有:cat, chmod, chown, date, mv, mkdir, cp, bash等等常用的指令。/sbinLinux....
分类:其他好文   时间:2014-05-01 20:38:49    阅读次数:397
indy openssl lazarus 编程linux下出现不能装载动态库的问题原因!
版本不对的原因。具体在10.5.9下修改此参数即可解决问题。LoadFunction() has an ACritical parameter. It is set to True by default, but can be set to False for individual function...
分类:系统相关   时间:2014-05-01 20:14:57    阅读次数:594
Everpad: 在linux(ubuntu)上最好的Evernote客户端,不再为linux没Evernote而苦恼
安装Everpad sudo add-apt-repository ppa:nvbn-rm/ppa sudo apt-get update sudo apt-get install everpad...
分类:系统相关   时间:2014-05-01 17:35:52    阅读次数:490
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!