码迷,mamicode.com
首页 >  
搜索关键字:run    ( 19056个结果
求各路大神帮忙?????
这是action中的插入的方法public void doInsertStudent() throws IOException{ this.ajaxRun(new AjaxRun() { @Override public void run(BaseResultVO ajaxRsp) thr...
分类:其他好文   时间:2015-08-18 13:47:52    阅读次数:119
nginx基础应用
nginx简介nginx是一款轻量级的web服务器和反向代理服务器,不同于传统的通过每进程或每线程处理并发连接请求的web服务器,nginx采用了模块化、事件驱动、异步、单线程及非阻塞的架构,并大量采用了多路复用及事件通知机制,通过单线程进程worker以高效的回环(run-loop)机制并..
分类:其他好文   时间:2015-08-18 12:21:24    阅读次数:322
【转】在命令行中运行 matlab
转自http://blog.csdn.net/adream307/article/details/7756481#!/bin/bash#run matlab in command linematlab -nosplash -nodesktop#run m file in command line, ...
分类:其他好文   时间:2015-08-18 11:45:59    阅读次数:132
阿里云不能启动docker
报错内容如下Gethttp:///var/run/docker.sock/v1.18/p_w_picpaths/json:dialunix/var/run/docker.sock:nosuchfileordirectory.AreyoutryingtoconnecttoaTLS-enableddaemonwithoutTLS?解决办法routedel-net172.16.0.0netmask255.240.0.0或者一般会在/etc/sysconfig/docker编辑这..
分类:其他好文   时间:2015-08-18 06:50:18    阅读次数:446
icinga-reports+jasperserver
icinga-reports+jasperserver安装步骤:安装icinga略jasperserver:#wgethttp://downloads.sourceforge.net/project/jasperserver/JasperServer/JasperReports%20Server%20Community%20Edition%205.6.0/jasperreports-server-cp-5.6.0-linux-x64-installer.run#chmod+xjasperrep..
分类:Web程序   时间:2015-08-18 06:45:57    阅读次数:415
nginx中的502错误
先看一下php-fpm的配置文件php-fpm.confinclude=/etc/php-fpm.d/*.conf;;;;;;;;;;;;;;;;;;; Global Options ;;;;;;;;;;;;;;;;;;;[global]pid = /var/run/php-fpm/php-fpm....
分类:其他好文   时间:2015-08-17 21:40:41    阅读次数:128
NSThread
一、基本使用1、创建和启动线程一个NSThread对象就代表一条线程创建、启动线程NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(run) object:nil];[thread start];/...
分类:其他好文   时间:2015-08-17 21:36:14    阅读次数:135
STL - 常用顺序容器代码
不多说,看代码#include #include #include #include #include #include "ContainerTest.h"#include "ContainerUtil.h"using namespace std;void ContainerTest::run(){...
分类:其他好文   时间:2015-08-17 18:53:48    阅读次数:111
理解泛型
术语表generics:泛型 type-safe:类型安全 collection: 集合 compiler:编译器 run time:程序运行时 object: 对象 .NET library:.Net类库 value type: 值类型 box: 装箱 unbox: 拆箱 implicity: 隐...
分类:其他好文   时间:2015-08-17 17:01:39    阅读次数:162
LSF作业管理系统使用方法
查看LSF计算节点列表bhosts# bhostsHOST_NAME STATUS JL/U MAX NJOBS RUN SSUSP USUSP RSVfat01 ok - 16 ...
分类:其他好文   时间:2015-08-17 16:53:31    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!