码迷,mamicode.com
首页 >  
搜索关键字:ldap ls top slow    ( 31665个结果
[leetcode]Triangle @ Python
原题地址:https://oj.leetcode.com/problems/triangle/题意:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent n...
分类:编程语言   时间:2014-06-06 17:31:34    阅读次数:397
linux的一些命令
1、创建文件夹mkdir 与win7的dir查看文件夹2、删除文件夹rmdir3、显示文件夹里的文件ls -l 区别于ls -al (有一些隐藏文件)4、清屏clear与win7的 cls5、删除某个文件:rm -f text.txtrpmdebls 显示文件名称、属性等cp 复制文件或目录rm 删...
分类:系统相关   时间:2014-06-05 12:45:40    阅读次数:305
LIVE WRITER测试
代码插入测试html,body{height:100%;width:100%;}.top{position:fixed;}图片插入测试(应为原始大小)更新于2014/6/3
分类:其他好文   时间:2014-06-04 14:52:35    阅读次数:203
Adding Gravity to your UI Components
ProblemYou want your UI components to have gravity, so that if they are dragged up to the top of the screen, they will descend on their own. Combining...
分类:其他好文   时间:2014-06-02 20:01:49    阅读次数:243
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper: ImageNet Classification with Deep Convolutional Neual Network Achievements: The model addressed by Alex etl. achieved top-1 and top-5 test error rate of 37.5% and 17.0% of classifyin...
分类:Web程序   时间:2014-06-02 15:08:24    阅读次数:369
HAOI2006受欢迎的牛(强联通分量)
求出强联通分量之后判断出度为0的点有几个,有1个就输出这个分量的点的数目,否则输出0;var i,j,n,m,x,y,ans1,ans2,t,cnt,top:longint; head,next,go,sta,inp:array[0..50010] of longint; low,dfn...
分类:移动开发   时间:2014-06-02 11:38:57    阅读次数:220
linux删除乱码文件
不知道大家有没有碰到这种文件,因为是乱码,文件无法删除,这时我们就可以考虑用下面的命令进行删除文件或目录 ls -i //列出文件节点 find ./ -inum XXX(节点号) -print -exec rm -rf {} \; //删除节点号文件 find . -inum XXXX(节点号) ...
分类:系统相关   时间:2014-06-02 06:37:25    阅读次数:370
无法读取 C:/Program Files/Oracle/Inventory/ContentsXML/comps.xml
无法读取C:/ProgramFiles/Oracle/Inventory/ContentsXML/comps.xml 今天一个同事问我一个问题,安装oracle时一直安装不下去,查看安装日之后爆出一条信息 正在设置值PROD_HOME到F:\oracle\ora92/oracle_rsf_ldap_rsf_cmp 正在设置值PROD_HOME到F:\oracle\ora92/oracle_sysman_..
分类:数据库   时间:2014-06-02 03:18:57    阅读次数:334
跟踪dbca
跟踪DBCA OracleDBCA建库有问题的时候,可以通过DBCAtrace来定位问题 1.找到DBCA可执行文件 [root@RAC2~]#su-oracle [oracle@RAC2~]$cd$ORACLE_HOME/bin 2.查看备份原始文件 [oracle@RAC2bin]$ls-aldbca -rwxr-xr-x1oracleoinstall6305Jan911:51dbca [oracle@RAC2bin]$cpdbc..
分类:数据库   时间:2014-06-02 03:13:41    阅读次数:394
Window API译文
public abstract classWindowextendsObjectjava.lang.Object?android.view.WindowClass OverviewAbstract base class for a top-level window look and behavior...
分类:Windows程序   时间:2014-06-02 01:32:44    阅读次数:612
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!