码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
PAT 甲级 1015 Reversible Primes
https://pintia.cn/problem-sets/994805342720868352/problems/994805495863296000 A reversible prime in any number system is a prime whose "reverse" in th ...
分类:其他好文   时间:2018-09-18 19:56:00    阅读次数:154
Flexible Reader
To become a flexible reader, you need to know how to select and use a reading style that is consistent with your purpose for reading. Knowing when and ...
分类:其他好文   时间:2018-09-15 17:32:43    阅读次数:488
hdu 5437
Alisha’s Party Time Limit: 3000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 7514 Accepted Submission(s): 174 ...
分类:其他好文   时间:2018-09-09 15:22:20    阅读次数:214
Java:The hierarchy of the type is inconsistent错误
原因一 在继承(extends)/实现(implements) 的某个 类/接口 中,这个类/接口所依赖的其他jar,在本类中不能依赖或者引用。 举例:Class A 继承(extends) Class B ,在Class B中导入了com.jixue.dna.ui.portal.TaskUtil类 ...
分类:编程语言   时间:2018-09-04 00:09:36    阅读次数:189
UVA12113-Overlapping Squares(二进制枚举)
Problem UVA12113-Overlapping Squares Accept:116 Submit:596 Time Limit: 3000 mSec Problem Description Input The input consists of several test cases. E ...
分类:移动开发   时间:2018-09-02 18:34:19    阅读次数:194
telegraf 安装使用
简介 Telegraf是一个用Golang编写的代理程序,可以收集系统和服务的统计数据,并写入到InfluxDB。Telegraf具有内存占用小的特点,通过开发插件我们可以添加我们需要的服务。 能将采集到的数据发送influxdb,es,promethues 等仓库。 安装 从官网下载rpm包安装 ...
分类:其他好文   时间:2018-09-01 12:38:21    阅读次数:1392
perl代码调试
perl调试教程一、DESCRIPTIONA (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th ...
分类:其他好文   时间:2018-08-25 17:24:41    阅读次数:128
jmeter --- 监控器 Plugins (&jconsole)
jmeter 监控器 Plugins (&jconsole) Jmeter本身没有监控服务器资源的功能,需要添加额外插件 一、监控原理图 二、Jmeter-Plugs下载和安装 官网上下载JMeterPlugins: http://www.jmeter-plugins.org/ 解压之后放到安装目录 ...
分类:其他好文   时间:2018-08-21 17:14:59    阅读次数:291
poj1002 字典树+map+查询单词出现次数
487-3279 Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable ...
分类:其他好文   时间:2018-08-19 12:55:37    阅读次数:138
Mysql 事务
什么是事务 不可分割的操作,比如一个事务要修改 A 表和删除 B 表的数据两个操作,这两个操作都成功,这个事务才 commit,不然 rollback 每条 SQL 语句都是一个事务 只对 DML 生效 CAID 一致性(Consistency):让数据保持一定程度的合理性,比如用户加入购物车,购物 ...
分类:数据库   时间:2018-08-17 22:18:49    阅读次数:315
535条   上一页 1 ... 18 19 20 21 22 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!