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
                             
                    
                        
                            
                            
                                检测浏览器支持情况加入Canvas对角线 //取得Canvas元素及其绘图上下文 var canvas 
= document.getElementById("diagonal"); var context = canvas.getContext("2d"); 
//用绝对坐标来创建一条路径 ...
                            
                            
                         
                    
                        
                            
                            
                                1#!/bin/bash 
-2#===============================================================================3#4#FILE: 
condition_expression_test.sh5#6# USAGE: ./con...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:15:46   
                                阅读次数:
426