1、给EDIT控件添加 EN_CHANGE 事件2、事件中的代码如下: 1 CString
strEditVidoe; 2 GetDlgItem( iId )->GetWindowText( strEditVidoe ); 3 // 只允许输数据
4 int nStr...
分类:
其他好文 时间:
2014-05-01 13:38:57
阅读次数:
446
1 function funPostBack(srvMethod){ 2 /* 3 var
contentNR=$(document.getElementById("reportFrame").contentWindow.document).find("#conte...
分类:
Web程序 时间:
2014-05-01 12:58:08
阅读次数:
643
JavaWeb--中文乱码小结 JavaWeb--中文乱码小结 0.纯粹html乱码:
换个editor吧(有时候notepad都比sublime_text好用),最好是在之间添加 1.jsp到jsp之间,表单
(假设包含表单的页面为a,提交的action为b) get:不乱码 post:乱码(在b...
分类:
Web程序 时间:
2014-05-01 12:54:13
阅读次数:
530
本文对PHP编程中易犯错误进行总结,希望新手能够避免!1:为什么我得不到变量我在一网页向另一网页POST数据name,为什么输出$name时却得不到任何值?在PHP4.2以后的版本中register_global默认为off若想取得从另一页面提交的变量:方法一:在PHP.ini中找到register...
分类:
Web程序 时间:
2014-05-01 05:55:59
阅读次数:
547
在上篇在SSIS 2012中使用CDC(数据变更捕获)中,介绍了如何在SSIS
2012中使用CDC,本文在此基础上介绍,如何通过Attunity提供的Change Data Capture Designer for
Oracle实现对Oracle数据表的变更捕获。
分类:
数据库 时间:
2014-05-01 03:08:44
阅读次数:
523
This article mainly introduces the process of
Memcached, libevent structure of the main thread and worker thread based on the
processing of the connec...
分类:
其他好文 时间:
2014-05-01 02:44:07
阅读次数:
571
//
查找满足指定条件的结果中的第一行$post=Post::model()->find($condition,$params);//
查找具有指定主键值的那一行$post=Post::model()->findByPk($postID,$condition,$params);//
查找具有指定属性...
分类:
数据库 时间:
2014-05-01 01:59:01
阅读次数:
411
(作者: 唐德刚)在上述讲演里,胡先生做了一个大胆的结论:
我的玩意儿对国家贡献最大的便是文学的“玩意儿”,我所没有学过的东西。最近,研究《水经注》(地理学的东西)。我已经六十二岁了,还不知道我究竟学什么。都在东摸摸,西摸摸,也许我以后还要学学水利工程亦未可知,虽则我现在头发都白了,还是无所专长,....
分类:
其他好文 时间:
2014-04-30 23:50:31
阅读次数:
466
Environment Variable :change(import)
/etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$JAVA_HOME/bin:$PATH
export CLASSPATH=.:$JAVA_HOME/li...
分类:
其他好文 时间:
2014-04-30 23:18:44
阅读次数:
386
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gao.hzau;
import java.awt.Color;
import java.awt.FileDialog;
import java.awt.Font;
import j...
分类:
其他好文 时间:
2014-04-27 21:34:04
阅读次数:
492