马上下班了,在发一篇吧。今天这个的时候发现好多好的网址,所以提前发了。老规矩:build.xml
...
分类:
其他好文 时间:
2014-07-22 23:16:53
阅读次数:
456
平时做算法题目, 没少用到 GDB, 但今天才意识到 Project 的调试方法与单个 cpp
文件的不同之处, 比如 gdb list 命令, 在单个 cpp 文件中列出的是源代码, 但在 project 中却什么都不显示Project Debug 时,
file 参数的使用[1] 有讲解, UP...
分类:
数据库 时间:
2014-04-30 17:23:01
阅读次数:
527
题目: Given an array of integers, find two numbers
such that they add up to a specific target number. The function twoSum should
return indices of the t...
分类:
其他好文 时间:
2014-04-30 03:20:07
阅读次数:
502
Listing 1: Setting up data binding for the
Rating
controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
分类:
其他好文 时间:
2014-04-30 01:57:00
阅读次数:
517
确认怎么写导表工具需要先确定开发环境,数据存储结构.假设采用的数据载体是csv如果没有编译成本比如python这样的脚本语言,做法很简单:(假设使用的是python)
1.解析svn文件,读到内存中来叫做sheet_map 2.通过读出来的sheet_map写成python代码 3.写一些通用...
分类:
其他好文 时间:
2014-04-30 01:08:47
阅读次数:
455
1 安装及下载client 端2 什么是SVN(Subversion)?3 为甚么要用SVN?4
怎么样在Windows下面建立SVN Repository?5 建立一个Working目录6 新增档案及目录到Repository中7 更新档案及目录8
更新至特定版本9 复制档案及目录10 制作Tag...
分类:
其他好文 时间:
2014-04-30 01:04:41
阅读次数:
544
解决:tortoiseSVN->Settings->Saved
datas下所有项,进行"clear"
分类:
其他好文 时间:
2014-04-29 10:36:45
阅读次数:
261
今天弱爆了1.再svnRoot下新建你要建的项目名如:hqdj
文件夹,然后选中它点击右键选中create repository
here...,选择文件系统类型2.进入conf文件夹进行配置用户名和密码3.再你自己的本地(最好是www目录下)checkout就ok了想想自己不好好研究下,现在弱爆了...
分类:
其他好文 时间:
2014-04-29 10:35:45
阅读次数:
317
1、首先需要安装SVN客户端TortoisSVN。地址:http://tortoisesvn.net/2、eclipse低版本的需要安装Subversive
Revision Graph,地址:http://download.eclipse.org/tools/gef/updates-pre-3_8...
分类:
系统相关 时间:
2014-04-29 10:14:46
阅读次数:
580
相对于JLabel显示提示文字,JTextArea有一个先天优势:文字可以拷贝出来。经过下面设置它也能在外观上和JLabel一致。代码如下:JTextArea
txtArea=new JTextArea(5,20);// 初始化// 设置文字txtArea.setText("We needto up...
分类:
其他好文 时间:
2014-04-29 09:33:45
阅读次数:
544