wxwidget官方建议的工具集合:http://wiki.wxwidgets.org/Tools支持wxpython可视化开发工具wxFormBuilderwxGladewxDesignerVisualWX
分类:
编程语言 时间:
2014-04-28 06:37:32
阅读次数:
846
form表单 连接地址方式如action="4.23zuoyeer.php"
后面为连接的地址,连接的方法为method="post" ,可以用post
也可以用get但是post通常用于php,get通常用于JS和css中的a标签连接到另外一个页面中的写法如下:$ty = $_POST["user...
分类:
其他好文 时间:
2014-04-28 05:28:24
阅读次数:
331
using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using System.Text;u...
分类:
Windows程序 时间:
2014-04-28 04:36:58
阅读次数:
1052
form表单连接数据库列如: 用户名: 标题: 内容:
form里面写要上传的东西,上传到哪里所到的位置: 标题: 用户: 内容: ...
分类:
其他好文 时间:
2014-04-28 04:35:01
阅读次数:
545
Oracle的数据字典表dba_objects包含了两个字段,object_id,
data_object_id,官方文档上的解释是:object_id: Dictionary object number of the
object.Data_object_id: Dictionary object...
分类:
数据库 时间:
2014-04-28 04:23:13
阅读次数:
725
1.创建数据库:create database database_name;2.选择数据库:use
database_name;3.创建表:create table tablename(column1 data_type1, column2
data_type2,...,columnn dataty...
分类:
数据库 时间:
2014-04-28 02:34:53
阅读次数:
560
一:路径错误(Path)错误如果向远程服务器发送消息,请使用格式名的形式,如:FormatName:Direct=TCP:121.0.0.1\\private$\\queueFormatName:Direct=OS:machinename\\private$\\queuenameFormatName...
分类:
其他好文 时间:
2014-04-27 21:57:08
阅读次数:
1394
一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端:using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;using S...
分类:
Windows程序 时间:
2014-04-27 21:14:46
阅读次数:
1392
j2ee中使用struts实现用户的登陆及注册,要清楚Eclipse是如何连接MySQL数据库;对一个form提交的多个submit按钮分配不同的action或method,这里主要介绍到两种实现方法,一种是选择HTML+js实现action的分配,另一种是直接在标签先分配好action的method方法,注意前一种方法是在action中分配method方法...
分类:
其他好文 时间:
2014-04-27 20:44:34
阅读次数:
665
自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。
var tree = new Ext.tree.TreePanel({
flex: 1,
animate: true,
autoScroll: true,
anchor: '100% 93%',
store: new Ext.data.TreeStore({
root:{
expanded: true...
分类:
Web程序 时间:
2014-04-27 19:00:19
阅读次数:
1278