<style> .zselect{width:500px;height:50px;line-height:50px;border:1px solid #ccc;posi…
print (["%d*%d=%d"%(i,j,i*j) for i in range(1,10)for j in range(1,i+1)])
<script type="text/javascript"> var i; var op for (i=0;i<1000;++i) { op = 9200+i;…
class Employee: pass lee = Employee() lee.name = 'leefang' lee.age = 28
Sub ExportExcelCSV() Dim strOut As String Dim tbl As AccessObject Dim f As Boolean With Ap…
Option Explicit Dim fp,fn,sll,sl,i,slh,bt,r,str fp=wscript.arguments(0) fn=right(fp,len(fp…
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…
drop table ## go exec sp_MSForEachTable @precommand=N'create table ##( 表名 sysname, 记录数 int…
# encoding: utf-8 import os class SearchPath(object): @classmethod def get(cls, search_pat…
<form action="" method="post"> <label for="username">Create a Username: </l…
SELECT NAME ,type_desc FROM sys.all_sql_modules s INNER JOIN sys.all_objects o ON s.object…
从一个serialize过的array的字符串中取出中取对应KEY的value