SecureCRT 会话丢失的处理办法 在SecureCRT中已经有了70多个session,密码都记忆了,当然有些失效的也没有删除; 某一天,打开SecureCRT之后,发现session都没有了,都不知道咋回事呢; 后来找到session存储的位置,C:\Users\Administrator\ ...
分类:
其他好文 时间:
2017-04-07 09:20:42
阅读次数:
1632
1. 执行权限 对于一般服务项目,需要使用管理员权限打开Visual Studio。右击项目 -> 属性 -> 安全性,如下图: 勾选红框中部分,项目中会增加文件 app.mainfest 如下图: 该文件内容: 当编译或启动项目时,如果权限不足,会有提示是否以管理员身份运行 Visual Stud ...
在CentOS中可以使用yum自动安装软件,在离线环境中却行不通。 Linux localhost 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 对于同一版本CentO ...
分类:
其他好文 时间:
2017-04-06 17:02:17
阅读次数:
895
位置: libavcodec/avcodec.h
描述:主要扩展API的结构体New fields can be added to the end with minor version bumps.
分类:
其他好文 时间:
2017-04-06 11:53:01
阅读次数:
1988
The Chinese name of this lesson is "机器学习的动机与应用". The English name may be "Motivation and Application of Machine Learning", I think. This lesson introd ...
分类:
其他好文 时间:
2017-04-06 00:52:49
阅读次数:
138
/path/to/local/repo --> true --> false --> com.your.plugins --> optional true http proxyuser proxypass proxy.... ...
分类:
其他好文 时间:
2017-04-05 12:46:39
阅读次数:
243
实验名称:返回数据给上一个活动 实验现象:第二个活动按键点击进入第一个活动,出现Hello FirstActivity 使用技术:startActivityForReques方法、onActivityRequest()方法 步骤: 1、新建一个项目,创建主活动,加载布局,布置一个button 2、再... ...
分类:
其他好文 时间:
2017-04-04 20:15:49
阅读次数:
199
1.oracle数据库分页select * from (select a.*,rownum rc from 表名 where rownum=startrow 2.DB2数据库分页Select * from (select rownumber() over() as rc,a.* from (sele... ...
分类:
数据库 时间:
2017-04-04 17:28:38
阅读次数:
239
前几天看到园子里一篇关于 Url 重写的文章《获取ISAPI_Rewrite重写后的URL》 , URL-Rewrite 这项技术早已不是一项新技术了,这个话题也已经被很多人讨论过多次。搜索一下URL-Rewrite可以找到很多URL-Rewrite方面的文章和组件,自己以前也多次接触过这个东东,也 ...
分类:
Web程序 时间:
2017-04-04 00:01:36
阅读次数:
303
Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white). Leo has a magical brush which can paint an ...
分类:
编程语言 时间:
2017-04-02 21:49:13
阅读次数:
292