码迷,mamicode.com
首页 >  
搜索关键字:more    ( 7140个结果
Findbugs
今天发现项目代码加入了findbugs的依赖包,简单的搜索了下: 官方说明: FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recu...
分类:数据库   时间:2014-06-07 01:19:07    阅读次数:250
Be Happier: 10 Things to Stop Doing Right Now
BY Jeff Haden  @jeff_haden                     Sometimes the route to happiness depends more on what you don't do....
分类:移动开发   时间:2014-06-02 23:17:28    阅读次数:525
改善情绪的10种方法
10 Ways To Improve Your Mood改善情绪的10种方法Everyday productivity and efficiency practically depend on how you feel. More often than not, happy people are m...
分类:其他好文   时间:2014-06-02 21:52:31    阅读次数:327
Google Chrome: Make the Bookmarks Bar Display as Icons Only
By reducing your bookmarks to show only the icons, you can access more of them from the Bookmarks bar. This works great for sites with recognizable fa...
分类:其他好文   时间:2014-06-02 17:39:03    阅读次数:276
-bash: warning: setlocale: LC_CTYPE: cannot change locale (EN_US.UTF-8)
-bash:warning:setlocale:LC_CTYPE:cannotchangelocale(EN_US.UTF-8) 把linux系统从中文设置英文字符集后发生以下报错 首先本系统字符集为中文UTF-8 [root@localhost~]#more/etc/sysconfig/i18n LANG="zh_CN.UTF-8" 修改为英文UTF-8 [root@localhost~]#vim/etc/sysconfig/i..
分类:其他好文   时间:2014-06-02 14:49:19    阅读次数:203
并行编程之条件变量(posix condition variables)
在整理Java LockSupport.park()的东东,看到了个"Spurious wakeup",重新梳理下。 首先来个《UNIX环境高级编程》里的例子: #include struct msg { struct msg *m_next; /* ... more stuff here ... */ }; struct msg *workq; pthread_cond_t qread...
分类:其他好文   时间:2014-06-02 04:45:19    阅读次数:267
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], []
今天建库的时候忽然报错ORA-00600:internalerrorcode,arguments:[keltnfy-ldmInit],[46],[1],[],[],[],[],[]梗是让我无语,没办法只好检查参数配置,按照文档一步步检查,最后检查了下profile文件的配置 [root@servU_01db_1]#more/home/oracle/.bash_profile #.bash_profile #..
分类:其他好文   时间:2014-06-02 04:12:51    阅读次数:320
LINUX 11G RAC ASM磁盘组在线增加磁盘扩容
LINUX11GRACASM磁盘组在线增加磁盘扩容 1.操作系统版本OEL6.1 [root@cqltjcpt1~]#more/etc/redhat-release RedHatEnterpriseLinuxServerrelease6.1(Santiago) 2.数据库版本oracle11grac SQL>select*fromv$version; BANNER --------------------------------------------..
分类:系统相关   时间:2014-06-02 03:51:08    阅读次数:428
hdu 1561 The more, The Better (依赖背包 树形dp)
题目:         链接:点击打开链接 题意:         很明显的依赖背包。 思路: 代码:...
分类:其他好文   时间:2014-06-01 12:56:54    阅读次数:313
Word Break
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:其他好文   时间:2014-05-30 16:09:32    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!