摘自《Asp.Net 本质论》作者:郝冠军/*
为了简化基于TCP协议的监听程序,.NET在System.Net.Sockets命名空间中提供了TcpListerer类,使用它,在构造函数中传递一组网络端点信息就可以准备好监听参数,而不再需要设置使用的网络协议等细节,调用Start方法之后,...
分类:
Web程序 时间:
2014-07-22 23:16:34
阅读次数:
456
package com.victop.ibs;import
java.util.ArrayList;import java.util.List;import
org.apache.commons.collections.CollectionUtils;public class TreeBuilder...
分类:
编程语言 时间:
2014-07-22 23:14:55
阅读次数:
334
PHP 后台定时循环刷新某个页面如果间隔时间过长的话
会出现apache自动停止的现象。出现的原因则是设置了 ThreadsPerChild 450 MaxConnectionsPerChild
3000错误日志报错[mpm_winnt:notice] [pid 126...
分类:
Web程序 时间:
2014-04-30 20:07:28
阅读次数:
520
1. 先定义好 startActivity 的动画,在 BaseActivity 中 标明。2.
finish() 的时候, 也可以把动画效果自定义下。 重写 finish(), 把 dialog 弹出框给 miss 掉。php 服务端 好像 不好接受
false 的布尔值,所以 最好把 true ...
分类:
其他好文 时间:
2014-04-30 14:05:44
阅读次数:
291
Problem description:given a string, find the
longest palindrome string in itSolution:1.brute force O(n^3)just enumerate start
and end of the substring...
分类:
其他好文 时间:
2014-04-29 17:22:46
阅读次数:
308
使用 adb install
hello.apk可以安装一个apk但并不能启动它,启动它要使用adb shell am的方法启动Activity:adb shell am start -n
包名/包名+类名(-n 类名,-a action,-d date,-m MIME-TYPE,-c catego...
分类:
移动开发 时间:
2014-04-29 16:33:46
阅读次数:
541
task Scheduler
在业务复杂的应用程序中,有时候会要求一个或者多个任务在一定的时间或者一定的时间间隔内计划进行,比如定时备份或同步数据库,定时发送电子邮件等。创建一个任务计划:开始Start菜单,在Search
programs and files中键入Task Scheduler在Ta...
分类:
Windows程序 时间:
2014-04-29 11:42:46
阅读次数:
1078
在httpd.conf里,1、把#NameVirtualHost
*:80前的注释去掉2、ServerName 127.0.0.1 修改成ServerName 72.167.11.303、#NameVirtualHost *
修改成"NameVirtualHost 72.167.11.30" 简单的...
分类:
其他好文 时间:
2014-04-29 10:44:46
阅读次数:
356
Are you worried that you will not be able to
migrate from http://tfs.visualstudio.com when they start charging for it and you
don’t want to pay? Fear ...
分类:
其他好文 时间:
2014-04-29 10:23:47
阅读次数:
496
1.调用widnows资源管理器打开文件夹 private void
OpenFolder(string folder) { System.Diagnostics.Process.Start("explorer.exe",
folder); ...
分类:
其他好文 时间:
2014-04-29 09:24:46
阅读次数:
406