码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
mmm hardware/libhardware_legacy/power/
android源码目录下的build/envsetup.sh文件,描述编译的命令- m: Makes from the top of the tree.- mm: Builds all of the modules in the current directory.- mmm: Builds all...
分类:其他好文   时间:2015-03-11 21:22:50    阅读次数:140
lsr: Cannot access .: No such file or directory. 解决办法
今天运行了一段程序:分析专利引用数据集,从专利引用数据集中计算专利被引用的次数在专利局http://data.nber.org/patents/网站下载专利数据作为测试数据,是个251MB的.txt文件...具体原因至今不详,可能是因为我的运行环境是建立在虚拟机之上?在一次运行非正常退出后,输入命令...
分类:数据库   时间:2015-03-11 21:08:51    阅读次数:240
设置HOME环境变量来修改git默认查找的ssh-key的路径
编辑git安装目录下的etc目录中的profile文件。例如: E:\Git\etc\profile 找到如下行: # Set up USER's home directory if [ -z "$HOME" -o ! -d "$HOME" ]; then HOME="$HOMEDRIVE$HOMEPATH" if [ -z "$HOME" -o ! -d "$HOME" ]; th...
分类:其他好文   时间:2015-03-11 17:26:28    阅读次数:181
AES加密解密数据,RSA验证签名,项目做接口用到了加密解密算法,研究了下,搞定做下记录
<?php //header(‘Content-Type:?text/xml;?charset=utf-8‘); include_once(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.‘phpsec‘.DIRECTORY_SEPARATOR.‘Math‘.DIRECTORY_SEPARATOR.‘BigInteger.php‘); ...
分类:编程语言   时间:2015-03-11 15:15:59    阅读次数:186
oracle direction目录
Create directory让我们可以在Oracle数据库中灵活的对文件进行读写操作,极大的提高了Oracle的易用性和可扩展性。其语法为:CREATE [OR REPLACE] DIRECTORYdirectoryAS 'pathname';本案例具体创建如下: crea...
分类:数据库   时间:2015-03-11 09:14:05    阅读次数:361
Qt5 OpenCV2.4 Configuration
Download CMake 2.8.2Download OpenCV 2.4.11Download Qt 5.4Open CMake 2.8.2, set the source and build directory:Click "Configure", choose "MinGW Makefil...
分类:其他好文   时间:2015-03-11 07:06:36    阅读次数:135
彻底解决集成intel显卡鼠标右键弹出刷新慢的问题
我的本本是r61的 右键刷新很慢 有次上网无聊去找到的 希望给有这个问题的朋友给个解决方案方法1> 开始|运行”,然后键入“regedit”并确认运行注册表编辑器,依次单击展开“HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMen...
分类:其他好文   时间:2015-03-11 00:37:11    阅读次数:138
MyEclipse10中配置WebLogic10
MyEclipse10中配置WebLogic10 1、双击打开MyEclipse10,依次操作“Window---》Preferences” 2、在左侧菜单中找到“MyEclipse---》Servers---》WebLogic” 3、点击“Configuration WebLogic 10.x”,配置如下: BEA home directory:C...
分类:Web程序   时间:2015-03-10 23:17:23    阅读次数:270
ubuntu下安装软件Could not get lock /var/lib/dpkg/lock错误
今天在ubuntu安装ssh的时候报了下面的错误: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process...
分类:系统相关   时间:2015-03-09 17:32:10    阅读次数:241
启动WebLogic时找不到JRE该怎么办(如果在WebLogic 上更改JDK)
The JRE was not found in directory C:\PROGRA~1\Java\jdk1.6.0_20. (JAVA_HOME) Please edit your environment and set the JAVA_HOME variable to point to the root directory of your Java installation. ...
分类:Web程序   时间:2015-03-09 16:18:23    阅读次数:13964
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!