码迷,mamicode.com
首页 >  
搜索关键字:run    ( 19056个结果
JS聊天室
run();class Sock{public $sockets;public $users;public $master;public function __construct($address, $port){$this->master=$this->WebSocket($address, $p...
分类:其他好文   时间:2014-11-14 17:21:25    阅读次数:162
关于Nginx配置文件nginx.conf详细说明
#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /var/run/nginx.pid;#工作模式及连接数上限events { u...
分类:其他好文   时间:2014-11-14 15:38:36    阅读次数:133
WIN7通过批处理开启/禁用无线网卡
哥比较懒,直接上步骤: 1、看自己的电脑是否有devcon.exe 这个软件,可以直接在WINDOWS目录的SYSTEM32文件夹下面搜索,也可以通过命令行RUN-----------CMD-------DEVCON?来检测,没有的话到微软的网站下载(http://download.microsoft.com/download/1/1/f/11f7dd10-272d-4cd2-896f-9ce6...
分类:Windows程序   时间:2014-11-14 12:36:00    阅读次数:206
【转】Android的线程使用来更新UI----Thread、Handler、Looper、TimerTask
方法一:(java习惯,在android不推荐使用)刚刚开始接触android线程编程的时候,习惯好像java一样,试图用下面的代码解决问题new Thread( new Runnable() { public void run() { myView.invalidate(); } ...
分类:移动开发   时间:2014-11-14 12:00:38    阅读次数:216
Run Book Automation - RBA系统介绍
BMC Service Automation 可以自动运行重复性的手动任务(例如供应、修补及合规),这样可以大大减少错误发生,使 IT 人员可以在组织的信息库之间更快速地完成任务。另外,它还可以在 IT 基础设施中轻松集成现有要素...
分类:其他好文   时间:2014-11-14 09:20:00    阅读次数:374
spring项目加载非常慢
请检查spring是否运行在debug模式下,是跳转到2 否则跳转到3 查看spring在run模式下是否运行依旧缓慢 是跳转到3,否则跳转到4 请检验是否spring bean加载了多次(quartz加载很有可能导致部分bean被是实例两次) ...
分类:编程语言   时间:2014-11-13 20:56:19    阅读次数:256
Linxu 安装Scala
在安装Scala的时候遇到以下错:Exception in thread "main" java.lang.NoClassDefFoundError: scala.tools.nsc.MainGenericRunner at gnu.java.lang.MainThread.run(libgcj.s...
分类:其他好文   时间:2014-11-13 20:30:07    阅读次数:182
weblogic 恢复默认配置
1> weblogic 起不来,或是异常,想要重新设置,在run后,查看jdeveloper的日志的前几行会显示weblogic的启动路径C:\Users\当前登陆用户名\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Default...
分类:Web程序   时间:2014-11-13 20:28:59    阅读次数:864
iOS 编译正常,但无法运行到真机和模拟器上,Choose a destination with a supported architecture in order to run on this device.
碰到这种情况一般我们首先试的就是重启Xcode,这种方法有的时候管用有的时候不管用。下面介绍几种方法:一:可能是valid architectures支持armv7,或者armv7s,你要试着更改这个:二:(这个没有试过,在网上找的,具体情况需要个人去试)1、Close the Xcode2、Del...
分类:移动开发   时间:2014-11-13 18:48:29    阅读次数:206
Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine
From link: http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/If you’re a Mac user that requires the usage of Internet Explor....
分类:Web程序   时间:2014-11-13 14:25:48    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!