set ANSI_NULLS ONset QUOTED_IDENTIFIER ONgo-- =============================================-- Author: wolf-- Create date: 2014-06-25-- Description: .....
分类:
其他好文 时间:
2014-06-26 23:35:22
阅读次数:
261
# -*- coding: utf-8 -*- # ==================== #File: python #Author: python #Date: 2014 #==================== __author__ = 'Administrator' #file与inpu...
分类:
编程语言 时间:
2014-06-26 22:48:00
阅读次数:
458
# -*- coding: utf-8 -*- # ==================== #File: python #Author: python #Date: 2014 #==================== __author__ = 'Administrator' #异常 """ Na...
分类:
编程语言 时间:
2014-06-26 22:32:05
阅读次数:
353
1、TCP编程 2、SocketServer模块 3、Twisted框架 4、UDP编程 1、TCP编程——TCP是面向连接的,其一般的设计如下: # encoding:utf-8'''Created on 2014-6-20@author: Administrator'''from socket ...
分类:
编程语言 时间:
2014-06-26 22:10:38
阅读次数:
279
This article from :http://www.2cto.com/database/201305/208114.htmlthanks for the author. if there is any programs with copyright please leave message ...
分类:
数据库 时间:
2014-06-26 22:05:51
阅读次数:
364
-- author : coder_zhang-- date : 2014-6-25root = nilfunction insert_node(number) if root == nil then root = {value = number, left = nil, ...
分类:
其他好文 时间:
2014-06-26 16:51:36
阅读次数:
170
android平台手电筒开发源代码,AndroidManifest.xml文件的入口是startapp,这个文件没上传上来,大家可以自己写。1. [代码]android jQuery特效/*** name : 手电筒主界面* author : ycgpp@126.com* date : 201...
分类:
移动开发 时间:
2014-06-25 17:50:06
阅读次数:
288
--> 生成测试数据: #TIF OBJECT_ID('tempdb.dbo.#T') IS NOT NULL DROP TABLE #T CREATE TABLE #T (ID VARCHAR(3),GID INT,Author VARCHAR(29),Title VARCHAR(39),Date...
分类:
数据库 时间:
2014-06-25 17:34:47
阅读次数:
361
在使用Eclipse编写Java代码时,自动生成的注释信息都是按照预先设置好的格式生成的,例如其中author 的属性值。我们可以在Eclipse中进行设置自己希望显示的信息。 现在看看如何修改我们的用户名即作者信息:点击Windows->Preferences->Java->Code Style-...
分类:
系统相关 时间:
2014-06-25 15:00:07
阅读次数:
180
#!/bin/bash
#
#Time:2014-06-23
#Author:ftlynx
#Function:useNET-SNMPgetNICtrafficonnagios.
Usage(){
echo"Usage:check_traffic.sh[options]"
echo" -H HostIP."
echo" -P net-snmpcommunitystring."
echo" -N NICName."
echo" -W nagioswarningvalue.Format:200,300..
分类:
移动开发 时间:
2014-06-24 16:10:35
阅读次数:
224