TCP/IP: TCP/IP是 Internet
上广泛使用的通用协议。它与互连网络中硬件结构和操作系统各异的计算机进行通信。TCP/IP包括路由网络流量的标准,并能够提供高级安全功能。它是目前在商业中最常用的协议。将计算机配置为使用
TCP/IP可能会很复杂,但大多数联网的计算机已经配置正确。若....
分类:
数据库 时间:
2014-04-29 10:23:47
阅读次数:
542
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
namespace Webpart.Staffing.ViewAll{
[ToolboxItemAttribute(false)] public partial class ViewAll : WebPart { public
ViewAll() {...
分类:
Web程序 时间:
2014-04-29 10:22:47
阅读次数:
435
puppet在比较老的版本的时候是通过kick进行推送实现配置及时更新,由于kick的效率问题,在比较新的版本中开始采用第三方工具MCollective来实现,网上介绍如何部署MCollective文章也不少,但大都是linux平台下的部署,windows下的几乎没有,我在研究的时候也是一路坎坷,差...
Linux加密压缩2014年2月25日11:38压缩:
zip-refilename.zipfilename //回车,输入2次密码 zip-rPpassworkfilename.zipfilename //
passwork是要输入的密码解压: unzipfilename.zip //按提示输入密...
分类:
系统相关 时间:
2014-04-29 10:18:47
阅读次数:
509
前几天我在园子里分享过2款很酷的CSS3
Loading加载动画,今天又有10个最新的Loading动画分享给大家,这些动画的样式都不一样,实现起来也并不难,你很容易把它们应用在项目中,先来看看效果图:你也可以在这里查看DEMO演示。下面我们来挑选几个比较典型的案例来分析一下代码。先来看看第一个案例...
分类:
Web程序 时间:
2014-04-29 10:17:46
阅读次数:
517
思路1)从dll中导入 FlashWindowEx函数2)调用 1 // 声明 2 #if
defined (__cplusplus) 3 extern "C"{ 4 #endif 5 WINUSERAPI BOOL WINAPI
FlashWindowEx(PFLASHWINFO pfwi); 6...
分类:
其他好文 时间:
2014-04-29 10:17:46
阅读次数:
336
一、height() 方法 height()
方法返回或设置匹配元素的高度$(".btn1").click(function(){ $("p").height(50);});height方法事例
分类:
Web程序 时间:
2014-04-29 10:17:45
阅读次数:
411
1 public static String makeMD5(String password) { 2
String result = null; 3 4 MessageDigest messageDigest; 5 try { 6 ...
分类:
其他好文 时间:
2014-04-29 10:16:46
阅读次数:
348
/// /// 获取用户的IP地址 /// /// public static string
GetIPAddress() { string user_IP = string.Empty; ...
分类:
其他好文 时间:
2014-04-29 10:16:45
阅读次数:
397