#!/usr/bin/python
#-*-coding:utf-8-*-
importparamiko,os,datetime
server_ip=‘192.168.1.123‘
server_user=‘root‘
server_passwd=‘10241010‘
server_port=22
#local_dir=‘C:\Python27‘
#remote_dir=‘/soft2/nba/‘
defssh_connect():
ssh=paramiko.SSHClient()
ssh.set_missi..
分类:
编程语言 时间:
2014-05-27 03:51:40
阅读次数:
283
(1)控制器和动作方法的名字不区分大小写。 public static void
RegisterRoutes(RouteCollection routes) { routes.MapRoute("MyRoute",
"{controller}/{...
分类:
其他好文 时间:
2014-05-23 08:52:54
阅读次数:
246
可能是以前记错了,总认为在ios6上使用了UINavigationController或者TabBarController会因为多了bar而影响子controller的view的frame大小。今天在xcode5.1上验证,无论ios6或者7,使用容器controller,产生了的bar都不会对子c...
分类:
移动开发 时间:
2014-05-22 04:28:02
阅读次数:
339
最近把平时在项目中常用到的数据库分页sql总结了下。大家可以贴出分页更高效的sql语句。sqlserver分页第一种分页方法需用到的参数:pageSize
每页显示多少条数据pageNumber 页数 从客户端传来totalRecouds 表中的总记录数 select count (*) from ...
分类:
数据库 时间:
2014-05-22 04:21:33
阅读次数:
348
Apache Cordova is a set of device APIs that
allow a mobile app developer to access native device function such as the camera
or accelerometer from Jav...
分类:
其他好文 时间:
2014-05-22 02:34:01
阅读次数:
264
Spring2.5 中除了提供 @Component
注释外,还定义了几个拥有特殊语义的注释,它们分别是:@Repository、@Service 和 @Controller。在目前的Spring版本中,这 3
个注释和 @Component 是等效的,但是从注释类的命名上,很容易看出这 3 个注释...
分类:
编程语言 时间:
2014-05-22 01:39:14
阅读次数:
322
//获取view的controller- (UIViewController
*)viewController { for (UIView* next = [self superview]; next; next =
next.superview) { UIResponder *nextRe...
分类:
移动开发 时间:
2014-05-21 23:38:35
阅读次数:
1000
relation //关联模型什么是MVC //了解 M -Model 编写model类
对数据进行操作 V -View 编写html文件,页面呈现 C -Controller
编写类文件(UserAction.class.php)ThinkPHP的MVC特点 //了解ThinkP...
分类:
Web程序 时间:
2014-05-21 23:30:10
阅读次数:
453
有些朋友对配防火墙还是有问题,其实配置ASA防火墙很简单,常用的命令有hostname、interface(ipaddress、noshutdown、nameif、security-level)、nat、global、route、static、access-list、access-group。下面来解析一台ASA8.0的配置ASAVersion8.0(2)//注意版本,8.3以后NAT命..
分类:
其他好文 时间:
2014-05-20 21:55:33
阅读次数:
1000
其它用户开通正常,但唯一个用户无法开通Lync2013,启用时报错:“无法重试此操作:访问特权不够,不能执行该操作。00002098:SecErr:DSID-03150BC1,problem4003(INSUFF_ACCESS_RIGHTS),data0”上图:后经过查证,因此用户没有"启用继承"。
分类:
其他好文 时间:
2014-05-20 19:32:40
阅读次数:
469