码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
Java测试技巧
快捷键 修改快捷键 window-》preference-》general-》keys: 查找引用:ctrl+shift+g 覆盖测试:alt+shift+E,T 复制一行:ctrl+alt+down 调试运行:alt+shift+D,T改为: 查找引用:ctrl+g 覆盖测试:ctrl+W 复制一 ...
分类:编程语言   时间:2017-12-19 12:37:47    阅读次数:204
【UVa】11212 Editing a Book(IDA*)
题目 题目     分析 get一下IDA 的技巧,感觉总体来说不难,主要是剪枝比较难想。 这是lrj的代码,比较通俗易懂,关键就是选定一个区间再取出来,插入到一个位置,接下来转移到这个状态。     代码 cpp include using namespac ...
分类:其他好文   时间:2017-12-19 01:37:33    阅读次数:104
wampserver+phpstorm+xdebug
1.wampserver+phpstorm 参考:http://blog.csdn.net/u012861467/article/details/54692236 2.xdebug 下载地址:https://xdebug.org/download.php 在php.ini配置了相关属性查看php信息 ...
分类:Web程序   时间:2017-12-19 01:34:18    阅读次数:224
windows 2008 安装 apache + mysql + php
下载准备 php : http://windows.php.net/downloads/releases/archives/ apache : https://www.apachehaus.com/cgi-bin/download.plx#APACHE24VC09 准备 e盘下创建文件夹webSer ...
分类:数据库   时间:2017-12-19 01:28:05    阅读次数:187
qs.stringify和JSON.stringify()
``` var a = {name:'hehe',age:10}; qs.stringify(a) // 'name=hehe&age=10' JSON.stringify(a) // '{"name":"hehe","age":10}' var a = '{name:"hehe",age:10}'... ...
分类:Web程序   时间:2017-12-19 00:58:12    阅读次数:275
9(补)
package Hzy; public class Circle { private double radius; public Circle(double radius) { this.radius = radius; } public Circle() { this.radius = 1; } ... ...
分类:其他好文   时间:2017-12-18 18:56:33    阅读次数:171
《算法》C/C++ 图形处理
概述 一般图形输出无法就是用循环输出 ,提前构造好图形。 两种方式 模拟法直接输出 二维数组 构造输出 题目地址:http://lx.lanqiao.cn/problem.page?gpid=T7 代码 解法一 直接输出 模拟法 ··· include include include include ...
分类:编程语言   时间:2017-12-18 18:55:59    阅读次数:123
Leetcode 246: Strobogrammatic Number
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Write a function to determine if a number i ...
分类:其他好文   时间:2017-12-18 14:27:23    阅读次数:121
Leetcode 247: Strobogrammatic Number II
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Find all strobogrammatic numbers that are o ...
分类:其他好文   时间:2017-12-18 14:24:04    阅读次数:166
Leetcode 248: Strobogrammatic Number III
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Write a function to count the total strobog ...
分类:其他好文   时间:2017-12-18 14:19:10    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!