关键字: MUD http://www.pkuxkx.net/ (MUD 北大侠客行
稳定开放十余年的免费MUD游戏!) www.douban.com/group/topic/2288338/ 侠客行MUD站 Insider Trading?
内幕交易 http://traceinves...
分类:
Web程序 时间:
2014-06-11 11:54:51
阅读次数:
356
DataTable利用内置函数过滤数据,RowFilter用法,写法如下: string
strName = string.Empty;//查询条件 string strSQL = string.Empty;//SQL DataView...
分类:
其他好文 时间:
2014-06-11 09:16:46
阅读次数:
184
用java socket实现了一个简单的httpserver, 能够处理GET,
POST,以及带一个附件的multipart类型的POST。尽管中途遇到了非常多问题,
只是通过在论坛和几个高手交流了一下,问题都攻克了。假设你认为程序有些地方看不明确,能够參看这个帖子:http://topic.cs...
分类:
编程语言 时间:
2014-06-10 15:05:11
阅读次数:
769
在我们开发过程中,判断数组为空时你会想到什么方法呢?首先想到的应该是empty函数,不过直接用empty函数判断为空是不对的,因为当这个值是多维数的时候,empty结果是有值的
其实我们可以利用array_filter函数轻松去掉多维空值,而数组的下标没有改变,下面是举例用法:...
分类:
Web程序 时间:
2014-06-10 13:59:37
阅读次数:
224
Given a string s consists of upper/lower-case alphabets and empty space characters '
', return the length of last word in the string.
If the last word does not exist, return 0.
Note: A word is...
分类:
其他好文 时间:
2014-06-10 10:52:03
阅读次数:
180
binary search\sort\find operations
status InsertNode(Node* root, data x, Node* father)
{
if(root==NULL)
{
if(father==NULL)
Tree empty;
else
{
if(xdata)
{
father->left=new Node//inital l...
分类:
其他好文 时间:
2014-06-10 08:09:49
阅读次数:
234
1.一个比较头疼的问题:
jackson + spring 支持rest接口,输出的JSON 对于null的字符串是invoiceTitle: null,但是接受方希望返回的是invoiceTitle:
""。解决方法重写ObjectMapper
2.代码如下:
public JsonMapper() {
//this(Include.NON_EMPTY);
// 空值...
分类:
其他好文 时间:
2014-06-10 07:28:26
阅读次数:
354
public class CSVHelper {
System.Windows.Forms.SaveFileDialog saveFileDialog1;//保存 private string header =
string.Empty;//标题 //...
分类:
其他好文 时间:
2014-06-09 19:17:52
阅读次数:
322
原题地址:https://oj.leetcode.com/problems/scramble-string/题意:Given
a strings1, we may represent it as a binary tree by partitioning it to two
non-empty su...
分类:
编程语言 时间:
2014-06-09 19:02:59
阅读次数:
197
Follow up for "Unique Paths":Now consider if
some obstacles are added to the grids. How many unique paths would there be?An
obstacle and empty space i...
分类:
其他好文 时间:
2014-06-08 00:33:42
阅读次数:
339