码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
linux tar.gz zip 解压缩 压缩命令
http://apps.hi.baidu.com/share/detail/37384818download ADT linkhttp://dl.google.com/android/ADT-0.9.6.zipdownload SDK linkhttp://dl.google.com/android...
分类:系统相关   时间:2014-06-11 12:29:42    阅读次数:427
java swing实现动态心形图案的代码下载
java swing实现动态心形图案的代码下载 http://www.zuidaima.com/share/1852319645518848.htm...
分类:编程语言   时间:2014-06-10 13:34:52    阅读次数:247
lftp查看文件时间与登录服务查看文件时间相差8小时
第一步,校正VPS时区设置:rm -rf /etc/localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime第二步,修改FTP软件配置用vi打开vi proftpd.conf(/usr/local/proftp/etc)找到Us...
分类:其他好文   时间:2014-06-10 09:13:29    阅读次数:187
MVC中的@Html.DisplayFor如何控制日期的显示格式
在Sql Server中,如果将某字段定义成日期 时间 类型DateTime,那么在视图中会默认显示成年月日时分秒的方式(如 2013/8/6 13:37:33)如果只想显示成年月日或者其他自定义形式,怎么办?下面的方法可以解决:1.在Share文件夹下,创建一个文件夹TimeConversion2...
分类:Web程序   时间:2014-06-09 17:58:48    阅读次数:564
java正则表达式语法详解及其使用代码实例
java正则表达式语法详解及其使用代码实例 http://www.zuidaima.com/share/1835085544524800.htm...
分类:编程语言   时间:2014-06-08 16:25:09    阅读次数:581
LeetCode: Best Time to Buy and Sell Stock [121]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit. ...
分类:其他好文   时间:2014-06-08 15:11:58    阅读次数:298
java中使用FIFO队列:java.util.Queue实现多台服务器发邮件的代码
http://www.zuidaima.com/share/1838230785625088.htm java中使用FIFO队列:java.util.Queue实现多台服务器发邮件的代码...
分类:编程语言   时间:2014-06-08 05:03:50    阅读次数:310
puppet report import
把Puppet报告导入Puppet Dashboard 现在Dashboard正在运行,而我们需要确保它能够获取Puppet报告。完成这项工作有几种方法,开始的时候都是用Rake任务导入旧报告。在/usr/share/puppet-dashboard目录下,运行:$ rake RAILS_ENV=....
分类:其他好文   时间:2014-06-07 23:41:59    阅读次数:223
fork() in linux
About fork() in linux:parent/child processes created by fork() share the same file table (linux file descriptor or called `open file descriptor`)Which...
分类:系统相关   时间:2014-06-07 21:47:58    阅读次数:443
boost库----share_from_this类的作用和实现原理
使用boost库时,经常会看到如下的类class A:public enable_share_from_this在什么情况下要使类A继承enable_share_from_this?使用场合:当类A被share_ptr管理,且在类A的成员函数里需要把当前类对象作为参数传给其他函数时,就需要传递一个指...
分类:其他好文   时间:2014-06-07 16:59:55    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!