码迷,mamicode.com
首页 >  
搜索关键字:cheng    ( 592个结果
Python2.7环境下安装pydbg
From:http://blog.csdn.net/cheng_tian/article/details/7652058 最近在看《Python灰帽子:黑客与逆向工程师的Python编程之道》,其中第四章没有详细讲解pydbg的安装,使得我无法顺利运行书中代码。于是我专门花了些时间解决pydbg在P ...
分类:数据库   时间:2016-05-04 01:12:12    阅读次数:305
使用JUnit测试java代码
Junit 单元测试实验报告 一、实验环境 MyEclipse2014、Junit4.10 二、实验目的 学会单元测试,在MyEclipse中进行Junit测试 三、实验步骤 1.写出要测试的类 代码如下: package com.cheng.test; public class Calculate ...
分类:编程语言   时间:2016-05-03 22:05:26    阅读次数:553
OS X平台上MySQL环境搭建
参考资料: http://www.cnblogs.com/macro-cheng/archive/2011/10/25/mysql-001.html http://blog.csdn.net/justaipanda/article/details/50531359 在OS X平台上安装MySQL最简 ...
分类:数据库   时间:2016-04-14 13:57:17    阅读次数:174
【转】安装Intel HAXM为Android 模拟器加速,30秒内启动完成
http://www.cnblogs.com/Li-Cheng/p/4351966.html http://www.cnblogs.com/csulennon/p/4178404.html https://software.intel.com/en-us/android 要求 必备知识 window ...
分类:移动开发   时间:2016-04-09 13:34:33    阅读次数:191
hdu 5025 Saving Tang Monk(bfs+状态压缩)
Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during ...
分类:其他好文   时间:2016-04-06 13:31:32    阅读次数:333
bzoj 1263: [SCOI2006]整数划分
1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 using namespace std; 5 int a[3000],d[3000],n; 6 void cheng(int a1) 7 { 8 for(int i=1;i<=
分类:其他好文   时间:2016-03-05 00:07:59    阅读次数:198
免费接口
本文出处刚刚在线:http://www.superqq.com/blog/2014/12/05/cheng-xu-yuan-fu-li-ge-da-ping-tai-mian-fei-jie-kou-,fei-chang-gua-yong/ 电商接口 京东获取单个商品价格接口: http://p.3
分类:其他好文   时间:2016-02-17 18:54:25    阅读次数:228
20160126--springaop
package com.hanqi;public interface IJiSuanQi { public int jia(int a , int b); public int jian(int a , int b); public int cheng(int a, int...
分类:编程语言   时间:2016-01-26 21:39:51    阅读次数:218
迷宫问题
源码 : github.com/drdeng/maze//////////////////////////////////////////////// Deng Yong and HanMo Cheng// date:2015 12 14///////////////////...
分类:其他好文   时间:2015-12-27 15:55:00    阅读次数:127
模拟登陆网站,抓去指定数据
今天学校登录学员考试帐号,查看cheng看他们是否录取:1.数据库导出学员信息2.帐号批量登录网站3.帐号批量登录并获取网站成绩信息 HttpServer 、 正则表达式4.根据不同专业的及格线,计算是否及格引用一个HttpHelper :建立一个 web.ashx 用来进行登录 ...
分类:Web程序   时间:2015-12-05 01:50:21    阅读次数:152
592条   上一页 1 ... 52 53 54 55 56 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!