码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
what does procedure byte conflict mean?
CCID_Receive Procedure byte conflict???According "a text book" for smart card.The terminal first sends the card a five-byte command header consisting ...
分类:其他好文   时间:2014-06-28 10:29:15    阅读次数:241
Appstore提交 被拒绝
Reasons16.1: Apps that present excessively objectionable or crude content will be rejected16.1We found that your app contains content that many audien...
分类:移动开发   时间:2014-06-25 21:30:02    阅读次数:267
iOS7后使用AVCapture出现 unsupported type found. Use -availableMetadataObjectTypes错误的解决
在集成扫描二维码功能时候,我使用的是系统在iOS7.0 之后才支持的扫描二维码功能类。刚开始创建代码是这么写的 1 -(void)setUpCamera 2 { 3 self.device = [AVCaptureDevice defaultDeviceWithMediaType:AVMed...
分类:移动开发   时间:2014-06-25 20:54:51    阅读次数:258
在编辑Spring的配置文件时的自动提示
打 开MyEclipse—>Windows--->referenecs——>General,选择下面的Keys,这就是快捷键的设 置,可将Content Assist的快捷键改为 Alt+/ ,然后将command为word completion 的改为其他的快捷键,这样就OK了,在Spring的配...
分类:编程语言   时间:2014-06-25 20:20:27    阅读次数:241
Object-C 杂乱笔记
开发环境自己写Demo的话,在[MAC OS X]-->[Application]-->[Command Line Tool](命令行模板 ) 设置文件名称的时候 Type选择Foundation系统库即可NSLog 输出格式 ?%@ 对象?%d, %i 整数?%u 无符整形?%f 浮点...
分类:其他好文   时间:2014-06-25 15:46:07    阅读次数:184
Sublime text2用户自定义配置
[{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, { // Emmet: Zencoding "ke...
分类:其他好文   时间:2014-06-25 15:31:43    阅读次数:154
Linux VM环境配置
1. 直接打 ifconfig ,显示 bash: ifconfig: command not found      打入全路径,查看IP     /sbin/ifconfig  2. 主机ping不通虚拟机, 配置NAT 到适配器设置中,开启网卡 再次 ping 虚拟机IP 测试 3.  接下来设置 SecureCRTPortable, 这样的话,就能从...
分类:系统相关   时间:2014-06-25 00:10:08    阅读次数:338
Android开发执行adb 命令行命令
1.在Android开发中调用adb命令进行应用安装,将应用安装到 /system/app目录下 /** * install the app in use adb command,this style is silent * */ private void adbInstallTheAPP(){ //adb push cor...
分类:移动开发   时间:2014-06-24 18:04:18    阅读次数:291
Pass command line arguments to Gnuplot script
Gnuplot is a light-weight and easy to use scientific plotting tool. Its has enough functionalities to deal with most of my demands on visualizing expe...
分类:其他好文   时间:2014-06-24 14:07:48    阅读次数:236
lsof命令面面观
对于某些耗资源的应用,诸如java和数据库之类的,打开文件(openfile)数往往会超出Linux系统的默认限制,这时就需要调整系统内核的ulimit参数。但在应用的具体运行中,仍有可能出现打开文件数超出限制的情况,此时应用将会出现异常,所以我们在运维中应该对打开文件数的状况进..
分类:其他好文   时间:2014-06-22 06:00:57    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!