搜索到与相关的文章
编程技术

Eclipse 安装SVN插件

Help>InstallNewSoftware...>selectIndigo-http://download.eclipse.org/releases/indigo>CollaborationEclipse安装SVN插件

系统 2019-08-12 01:32:42 2984

编程技术

使用 Nginx 提升网站访问速度

使用Nginx提升网站访问速度#log_formatmain'$remote_addr-$remote_user[$time_local]$request'#'"$status"$body_bytes_sent"$http_referer"'#'"$http_user_agent""$http_x_forwarded_for"';#access_logoff;access_loglogs/access.log;#日志文件名使用Nginx提升网站访问速度

系统 2019-08-12 01:32:36 2984

Linux

32bit / 64bit co-exist Linux, ld-linux.so, l

beforethis,confirmthatyoudon'thave32bitlibsnotably32bitlibc,e.g.youhave/lib64/ld-linux-x86-64.so.2butnot/lib32/ld-linux.so.2https://wiki.debian.org/MultiarchrunfollowingonDebian64bittoaddbasicsupportfor32bitprograms(anywayyouneedl

系统 2019-08-12 01:31:59 2984

Python

Python处理中文标点符号大集合

中文文本中可能出现的标点符号来源比较复杂,通过匹配等手段对他们处理的时候需要格外小心,防止遗漏。以下为在下处理中文标点的时候采用的两种方法:中文标点集合比较常见标点有这些:!?。"#$%&'()*+,-/:;<=>@[\]^_`{|}~⦅⦆「」、、〃》「」『』【】〔〕〖〗〘〙〚〛〜��〟〰〾〿�C―‘'‛“”„‟…‧�n.调用zhon包的zhon.hanzi.punctuation函数即可得到这些中文标点。如果想用英文的标点,则可调用string包的str

系统 2019-09-27 17:51:12 2983

Android

android.app.Activity 的介绍

发现当前Android的资料不是很多,而且对于Activity的介绍也很少,所以把官方文档的android.app.Activity的介绍翻译了一下,加入了一些自己的理解。各位如果觉得我自己理解的不对,请无视。欢迎邮件讨论。android.apppublicclassandroid.app.Activityjava.lang.Objectandroid.content.Contextandroid.app.ApplicationContextViewInf

系统 2019-08-29 23:24:40 2983

Oracle

Oracle Class8. 子程序和程序包

------------------------2013-5-19------------------------子程序的类型--过程,用于执行某项操作--函数,用于执行某项操作并返回值createorreplaceprocedure--过程名称[parameterlist]--参数列表is|as;--局部声明begin(executablestatements)--可执行语句end;参数模式:-

系统 2019-08-12 01:53:35 2983

Windows

How to install IIS 7.5 on Windows 7 using th

原文HowtoinstallIIS7.5onWindows7usingtheCommandLineOnWindowsVista,toinstallIIS7.0fromthecommandline,youcanuseatoolcalledtheWindowsPackageManager(Pkgmgr.exe).Forexample,thecommandlineforinstallingIIS7.0onWindowsVistamightlooksomethin

系统 2019-08-12 01:33:51 2983

数据库相关

数据库备份还原工具EMS SQL Angel for SQL Serv

EMS公司,是专门从事企业数据库以及内置于多层次客户服务器结构自动化开发。其EMSSQLAngelforSQLServer工具,便是SQLServers数据库数据备份还原工具,并且还能使用压缩机制和执行维护工作。此次,EMSSQLAngelforSQLServer发布1.3版本,主要是提供了远程的上传及存储备份功能。具体如下:支持远程上传和存储备份网络文件夹,网络附件存储(NAS)FTP上传(ImplicitSSL/ExplicitSSL),SFTP(SS

系统 2019-08-12 01:33:45 2983

Python

python统计jira缺陷数据

环境:python2.71、安装jira库pipinstalljira2、python连接jira服务器#coding:UTF-8fromjiraimportJIRAusername=raw_input('请输入用户名:')password=raw_input('输入密码:')options={'verify':False,'server':'https://jira.XXXXXXX.com'}jira=JIRA(options,basic_auth=(u

系统 2019-09-27 17:49:07 2982

编程技术

[zt]Master/Details 模式在Eclipse Forms中的应

From:http://www.eclipseworld.org/bbs/read.php?tid=1296Master/Details是UI设计中常见的一种模式。他有一组(列表或成树状结构)的master和一个被选中master驱动的details集组成。master是一些不同的对象,通过对master的选择,驱动details的UI发生变化。在下面的图中,有3各不同的master,分别对应3种不同的UI:描述:1初始状态:只有master的树状列表图片

系统 2019-08-29 23:38:01 2982