码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
error: device not found解决办法
error: device not found解决办法
分类:其他好文   时间:2014-09-23 05:04:13    阅读次数:215
Enable .Net 4.5 in IIS on Windows 8.1
Setting up a new development box for myself I had forgotten all about the necessity to use theaspnet_regiis.exe–i command. The information is fairly e...
分类:Windows程序   时间:2014-09-23 00:52:53    阅读次数:383
SuperSocket服务器架设(三):在SuperSocket中自定义Command、AppServer和AppSession
SuperSocket...
分类:移动开发   时间:2014-09-23 00:27:13    阅读次数:464
LeetCode Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-09-22 22:48:33    阅读次数:180
PL/SQL Developer使用技巧、快捷键
1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语...
分类:数据库   时间:2014-09-22 22:17:33    阅读次数:264
log4j:WARN Please initialize the log4j system properly解决办法
log4j:WARN No appenders could be found for logger(org.springframework.context.support.ClassPathXmlApplicationContext).log4j:WARN Please initialize the...
分类:其他好文   时间:2014-09-22 22:09:23    阅读次数:228
ntpdate同步时间时错误: no server suitable for synchronization found
故障现象:ntpdate:noserversuitableforsynchronizationfound解决办法:~]#ntpdate-b-upool.ntp.orgntpdate命令帮助:~]#manntpdateCOMMANDLINEOPTIONS-bForcethetimetobesteppedusingthesettimeofday()systemcall,ratherthanslewed(default)usingtheadjtime()systemcall.Thisop..
分类:其他好文   时间:2014-09-22 20:44:53    阅读次数:237
UVa10474 Where is the Marble ? 有序数组二分找值 lower_bound / upper_bound
题意: 给出n个数,先把各数从小到大排序,然后q次询问xi在数组中的位置,不存在则输出相应信息。 输入样例: 4 1 2 3 5 1 5 5 2 1 3 3 3 1 2 3 0 0 输出样例: CASE# 1: 5 found at 4 CASE# 2: 2 not found 3 found at 3 //=====...
分类:其他好文   时间:2014-09-22 17:22:42    阅读次数:166
ubuntu安装Java jdk环境变量设置
1、官网下载jdk.tar.gz包,解压后就是安装好JDK了2、进入cjh@ubuntu:~/android/jdk1.8.0_11/bin目录下,能看到java等程序输入java -version提示The program 'java' can be found in the following ...
分类:编程语言   时间:2014-09-22 16:50:22    阅读次数:160
oh-my-zsh安装与配置
1.安装与配置 Setup oh-my-zshshould work with any recent release of Zsh. The minimum recommended version is 4.3.9. If not already installed, you can install Zsh using the command-line. The automatic...
分类:其他好文   时间:2014-09-22 16:22:53    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!