码迷,mamicode.com
首页 >  
搜索关键字:linux os    ( 287147个结果
Sqlserver 远程连接的 TCP/IP 和 Named Pipes的区别
TCP/IP: TCP/IP是 Internet 上广泛使用的通用协议。它与互连网络中硬件结构和操作系统各异的计算机进行通信。TCP/IP包括路由网络流量的标准,并能够提供高级安全功能。它是目前在商业中最常用的协议。将计算机配置为使用 TCP/IP可能会很复杂,但大多数联网的计算机已经配置正确。若....
分类:数据库   时间:2014-04-29 10:23:47    阅读次数:542
Migration from TF Service to TF Server with the TFS Integration Platform
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
Sharepoint Webpart 自定义属性
namespace Webpart.Staffing.ViewAll{ [ToolboxItemAttribute(false)] public partial class ViewAll : WebPart { public ViewAll() {...
分类:Web程序   时间:2014-04-29 10:22:47    阅读次数:435
通过MCollective实现puppet向windows的推送
puppet在比较老的版本的时候是通过kick进行推送实现配置及时更新,由于kick的效率问题,在比较新的版本中开始采用第三方工具MCollective来实现,网上介绍如何部署MCollective文章也不少,但大都是linux平台下的部署,windows下的几乎没有,我在研究的时候也是一路坎坷,差...
分类:Windows程序   时间:2014-04-29 10:21:46    阅读次数:937
Linux加密压缩
Linux加密压缩2014年2月25日11:38压缩: zip-refilename.zipfilename //回车,输入2次密码 zip-rPpassworkfilename.zipfilename // passwork是要输入的密码解压: unzipfilename.zip //按提示输入密...
分类:系统相关   时间:2014-04-29 10:18:47    阅读次数:509
10个样式各异的CSS3 Loading加载动画
前几天我在园子里分享过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
Jquery CSS 操作 - height() 方法
一、height() 方法 height() 方法返回或设置匹配元素的高度$(".btn1").click(function(){ $("p").height(50);});height方法事例
分类:Web程序   时间:2014-04-29 10:17:45    阅读次数:411
md5 对字符串进行加密的方法 简单好用
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地址和本机IP4地址
/// /// 获取用户的IP地址 /// /// public static string GetIPAddress() { string user_IP = string.Empty; ...
分类:其他好文   时间:2014-04-29 10:16:45    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!