import win.ui;import process;//以下自动生成,不用看./*DSG{{*/var winform = ..win.form(text="AAuto Form";right=215;bottom=95)winform.add(button={cls="button";tex...
分类:
其他好文 时间:
2014-07-28 15:17:23
阅读次数:
194
1: semantics 语义一:Introduction 1. Changes form IPv6 to IPv6. 1) Expanded Addressing Capabilities 32 bits to 128 bits to support a) more l...
分类:
其他好文 时间:
2014-07-28 14:56:23
阅读次数:
253
HTML代码: 返回 ios下载 Android下载 CSS代码(reset):body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,te...
分类:
移动开发 时间:
2014-07-27 23:25:59
阅读次数:
414
public partial class 组合框绑定数据 : Form { public 组合框绑定数据() { InitializeComponent(); } private void btnBind_Click(object sender, EventArgs e) { string sql ...
分类:
其他好文 时间:
2014-07-27 22:52:09
阅读次数:
271
public partial class ImageMove : Form { public ImageMove() { InitializeComponent(); } int x = 1;//x为1代表水平向右移动,-1代表水平向左移动 int y = 1;//y为1代表垂直向下移动,-1代表垂...
分类:
移动开发 时间:
2014-07-27 22:42:49
阅读次数:
256
public partial class MySchool : Form { public MySchool() { InitializeComponent(); } private void tsmiAddUser_Click(object sender, EventArgs e) { AddSt...
由于在windows下默认是gb编码,而我的vim默认是utf-8(gedit默认也是utf-8),所以打开会成乱码。修改了一下配置文件,使vi支持gb编码就好了。$vi~/.vimrclet &termencoding=&encodingset fileencodings=utf-8,gbk$:w...
分类:
系统相关 时间:
2014-07-27 22:40:29
阅读次数:
303
va] view plaincopyprint?packagecn.cn;importjava.io.BufferedOutputStream;importjava.io.File;importjava.io.FileInputStream;importjava.io.FileOutputStrea...
分类:
编程语言 时间:
2014-07-27 21:33:35
阅读次数:
316
sqlalchemy和flask-sqlalchemy之间的东西不是太清晰。
sqlalchemy文档太他妈多了,日。
今天遇到的实例。
用户进行随机匹配,系统随机返回一个一定筛选条件下的用户。为了用户体验,还得去掉已关注的人。
首先获取满足筛选条件的用户列表:
users = User.query.filter_by(school=form.school.dat...
分类:
数据库 时间:
2014-07-27 11:48:03
阅读次数:
270