码迷,mamicode.com
首页 >  
搜索关键字:zoj 3686 a simple tr    ( 14369个结果
xml(3)--dom4j实现crud操作
1.XML解析技术概述 (1)XML解析方式分为两种:dom和sax     dom:(Document Object Model, 即文档对象模型) 是 W3C 组织推荐的处理 XML 的一种标准方式。     sax: (Simple API for XML) 不是官方标准,但它是 XML 社区事实上的标准,几乎所有的 XML 解析器都支持它。 (2)XML解析器(软件/实现类)  ...
分类:其他好文   时间:2014-07-23 00:02:57    阅读次数:381
Web Service 使用
SOAP、WSDL、UDDISOAP(Simple Object Access Protocal),是在分散或在分布式环境中交换信息的简单协议。WSDL 对WebService 的解释说明文档UDDI (通用发现、说明和集成)是Web服务的黄页趣味理解:Web Service 好比是一个服务供应.....
分类:Web程序   时间:2014-07-22 22:54:12    阅读次数:174
Python 2.7的字典实现
/* Pure C simple version of python 2.7.8 hash table *//* Sample usage: see main() */#include #include #include #include #define PyDict_MINSIZE 8#defin...
分类:编程语言   时间:2014-07-22 22:47:53    阅读次数:341
using samtools commands within python
Commands available in csamtools are available as simple function calls. For example:pysam.sort( "ex1.bam", "output" )corresponds to the command line:s...
分类:编程语言   时间:2014-07-22 22:47:12    阅读次数:243
题目1006:ZOJ问题
题目描述:对给定的字符串(只包含'z','o','j'三种字符),判断他是否能AC。是否AC的规则如下:1. zoj能AC;2. 若字符串形式为xzojx,则也能AC,其中x可以是N个'o' 或者为空;3. 若azbjc 能AC,则azbojac也能AC,其中a,b,c为N个'o'或者为空;输入:输...
分类:其他好文   时间:2014-07-22 22:43:56    阅读次数:157
SQL注入和XSS bypass waf 测试向量
1. 识别脆弱点 http://www.site.com.tr/uyg.asp?id=123'+union+selec+1,2,3-- http://www.site.com.tr/uyg.asp?id=123' http://www.site.com.tr/uyg.asp?id=1232. HTT...
分类:数据库   时间:2014-07-22 22:41:54    阅读次数:485
用windows计划任务执行一些内容的写法,
用windows计划任务执行一些内容的写法,以下示例:1、创建ws对象2、关闭java进程3、执行bat文件start.vbe文件内容set ws=wscript.createobject("wscript.shell")ws.run "taskkill /im java.exe /f", , Tr...
分类:Windows程序   时间:2014-07-22 22:40:33    阅读次数:280
Qt多国语言国际化
Qt自己提供了一种国际化的方案,而不是采用INI配置文件的方式。使用QString,QTranslator等类和tr()函数能够很方便的完成加入国际化的支持,...
分类:其他好文   时间:2014-07-22 22:39:14    阅读次数:185
zoj1970||poj 1936 All in All
注意细节,一直把Yes,写成YES,找错误找了老半天都找不出来。。。。 代码如下:#include #include int main() { char s[100005],t[100005]; int m,i,j,n; while(scanf("%s%s",s,t)!=EOF) { m=strlen(t); n=strlen(s); i=0; f...
分类:其他好文   时间:2014-07-22 17:59:41    阅读次数:201
ZOJ 1649:Rescue(BFS)
Rescue Time Limit: 2 Seconds      Memory Limit: 65536 KB Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M Angel's friends want to sa...
分类:其他好文   时间:2014-07-22 14:28:26    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!