码迷,mamicode.com
首页 >  
搜索关键字:系统目录 ls which alias    ( 20237个结果
Leetcode 贪心 Best Time to Buy and Sell Stock
本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie Best Time to Buy and Sell Stock  Total Accepted: 13234 Total Submissions: 43145 Say you have an array for which the ith ele...
分类:其他好文   时间:2014-05-13 07:30:13    阅读次数:276
Linux操作系统位数查看
--Linux操作系统位数查看----------------------2014/05/11查看linux是多少位的几位方法:查看linux机器是32位还是64位的方法:方法一:file /sbin/init 或者 file /bin/ls结果如下:/sbin/init: ELF 64-bit L...
分类:系统相关   时间:2014-05-12 20:03:41    阅读次数:504
哪些值会被转化成false
undefined, null, -0, 0, NaN, ""
分类:其他好文   时间:2014-05-12 09:53:03    阅读次数:158
Leetcode | Distinct Subsequences
Given a string S and a string T, count the number of distinct subsequences of T in S.A subsequence of a string is a new string which is formed from th...
分类:其他好文   时间:2014-05-12 09:37:51    阅读次数:287
Xcode打包踩过的那些坑
一、file was built for archive which is not the architecture being linked (armv7s) 项目是基于cocos2d-x绑定lua进行开发的,需要引用liblua.a静态库,编译的时候报上面的错。需要将liblua项目中的buil...
分类:其他好文   时间:2014-05-12 08:16:45    阅读次数:345
【LeetCode】Best Time to Buy and Sell Stock
Best Time to Buy and Sell StockSay you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to compl...
分类:其他好文   时间:2014-05-12 05:56:14    阅读次数:315
apache配置多站点
1、首先打开Apache安装目录下 conf/httpd.conf 文件,找到下面两行文字,把最前面的 # 号去掉,然后保存。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include...
分类:其他好文   时间:2014-05-12 05:42:52    阅读次数:279
仿Java的AtomicMarkableReference的AtomicMarkablePointer(C++)
1 //@author: Zou Xiaohang 2 //@describe: this class is like AtomicMarkableReference which is in java concurrent package. 3 // remember th...
分类:编程语言   时间:2014-05-12 01:24:20    阅读次数:504
Distinct Subsequences
Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subsequence of a string is a new string which is formed from the orig...
分类:其他好文   时间:2014-05-10 19:10:58    阅读次数:389
关于ID生成
关于ID生成注:today()和now()是date类型,如需转换,可用datetime(today(())和datetime(now())一般用:SELECTsysdateINTO :ldt_sysDateTime FROMDUAL获取时间。//获取的是服务器时间,防止本机时间错误ls_Curre...
分类:其他好文   时间:2014-05-10 18:46:30    阅读次数:388
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!