将flash嵌入WPF页面://添加加载flash的控件 // 创建 host 对象
System.Windows.Forms.Integration.WindowsFormsHost host = new
System.Windows.Forms.Integration.WindowsFormsH...
分类:
其他好文 时间:
2014-05-26 19:10:54
阅读次数:
271
把以前的笔记整理一下,做个备份方便以后查阅: 要测试的代码如下:package
dao.jdbc;import java.sql.Connection;import java.sql.PreparedStatement;import
java.sql.ResultSet;import util.D....
分类:
其他好文 时间:
2014-05-26 18:40:52
阅读次数:
202
The primary models offer hydraulically adjusted
wedges for quick and easy adjustments to closed side settings. All sizes
incorporate a fixed jaw die c...
分类:
其他好文 时间:
2014-05-26 18:15:58
阅读次数:
344
The connection to adb is down, and a severe
error has occured. 1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下,
如图:3.键入adb kill-server ,如果adb关闭了....
分类:
数据库 时间:
2014-05-26 16:43:03
阅读次数:
222
概述
现在用的操作系统是Win8.1,用VMware创建一个虚拟机,3G内存(物理内存是6G,分一半),23G硬盘,其中3G用于swap分区,10G用于host
system,10G用于建立LFS系统。 创建虚拟机 使用VMware7.1.2创建一个虚拟机,硬盘23G,内存3G。 硬盘分区 分3个区...
分类:
系统相关 时间:
2014-05-25 23:09:49
阅读次数:
479
最近看老罗的视频,跟着完成了利用Java操作MySql数据库的一个框架类JdbcUtils.java,完成对数据库的增删改查。其中查询这块,包括普通的查询和利用反射完成的查询,主要包括以下几个函数接口:1、public Connection getConnection() 获得数据库的连接2、public boolean updateByPreparedStatement(String sql...
分类:
数据库 时间:
2014-05-25 21:57:07
阅读次数:
541
打开 E:\Tomcat 7.0\conf\server.xml 文件 , 找到 节点 ,增加同级host节点 (注意, docBase属性的路径最好放到一个没有空格的目录里)
...
分类:
其他好文 时间:
2014-05-25 21:55:19
阅读次数:
208
1. Jar包:ganymed-ssh2-build210.jar2. 步骤: a) 连接:
Connection conn = new Connection(ipAddr); conn.connect(); b)认证: boolean
authenticateVal = co...
分类:
编程语言 时间:
2014-05-25 20:35:17
阅读次数:
1774
host = $host; $this->user = $user; $this->pwd
= $pwd; $this->db = $db; $this->charset = $charset; $this->conn =
get_conn(); } public function ge...
分类:
Web程序 时间:
2014-05-25 19:49:42
阅读次数:
317
dirname($sql);获取前缀路径 class mysql{ private $host
; private $user = "root"; private $pwd = ""; private $db = "bbs"; private
$charset = "utf8"; pri...
分类:
Web程序 时间:
2014-05-25 14:01:26
阅读次数:
343