<!doctypehtml>
<html>
<head>
<title>益司CMS-PC与手机建站集成</title>
<metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:
其他好文 时间:
2014-05-12 03:54:09
阅读次数:
253
系统环境:rhel6在服务器端和客户端安装nfs服务,安装rpcbind支持nfs远程映射本地。同时设置开机自启动。[root@server~]#serviceiptablesstop[root@server~]#yum-yinstallnfs-utilsrpcbind[root@server~]#rpm-qanfs*nfs4-acl-tools-0.3.3-5.el6.i686nfs-utils-1.2.3-7.el6.i686..
分类:
其他好文 时间:
2014-05-12 03:20:21
阅读次数:
320
<!doctypehtml>
<html>
<head>
<title>益司CMS-PC与手机建站集成</title>
<metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:
其他好文 时间:
2014-05-12 03:13:07
阅读次数:
236
概述jBPM 6 提供 Rest API 供第三方应用整合使用 jBPM 6,本文演示如果通过 Rest API:启动流程获取流程实例信息启动 User Task完成 User Task jBPM 6 中使用 RestEasy 实现 Rest WebService ,所以我们通过 Rest 客户端 API 与 jBPM 6 所提供的 Rest API 交互。本文所使用的流程如下如上流程只有一个 U...
分类:
Web程序 时间:
2014-05-11 22:33:57
阅读次数:
491
使用emacs的用户都知道,一般要打开远程机器上的文件要使用TrampMode模式,调用方式如下:
C-x C-f /remotehost:filename RET (or /method:user@remotehost:filename)
但,这样打开有点麻烦,你必要输入用户名和机器ip等
emacs提供了一种client/server的模式,当我们在本地打开一个emacs,可以将它作...
分类:
其他好文 时间:
2014-05-11 21:55:05
阅读次数:
366
1.到项目文件的proj.android目录下,编辑build_native.sh文件,指定NDK和cocos2dx路径
export NDK_ROOT=/home/liyuchen/dev/android-ndk-r9d
export NDK_MODULE_PATH=/home/liyuchen/dev/cocos2d-x-2.2.1/cocos2dx
2.执行脚本
./b...
分类:
移动开发 时间:
2014-05-11 20:09:19
阅读次数:
399
1:LAMP源码搭建用户关系
a. apache服务以daemon用户的处理请求。以root身份作为主进程。
b. php源码安装,会在httpd.conf文件中自动加入调用模块,但是在该文件中还要修改Addtype和Dir_Moudel...
分类:
其他好文 时间:
2014-05-11 19:51:54
阅读次数:
396
转载请注明出处:http://blog.csdn.net/u012860063
#include
#include
using namespace std;
#define lson l , m , rt << 1
#define rson m + 1 , r , rt << 1 | 1
//lson和rson分辨表示结点的左儿子和右儿子
//rt表示当前子树的根(root),也就是...
分类:
其他好文 时间:
2014-05-11 18:55:14
阅读次数:
277
1、
??
Surrounded Regions
Given a 2D board containing 'X' and 'O',
capture all regions surrounded by 'X'.
A region is captured by flipping all 'O's into 'X's
in that surrounded region.
For e...
分类:
其他好文 时间:
2014-05-11 18:52:32
阅读次数:
293
1、直接Redirect后加Controller/ActionResponse.Redirect("/User/Edit");returnRedirect("/User/Edit");returnRedirectToAction("about","Home");Response.Redirect("...
分类:
编程语言 时间:
2014-05-11 18:14:36
阅读次数:
315