- 浏览: 270855 次
- 性别:
- 来自: 济南
-
最新评论
-
hyxj1220:
原来是这么回事,,谢谢了
document的execCommand解释 -
zouhongmin:
太强了,我膜拜你,要向你学习。
减肥日志 -
codeboy_wang:
超炫 超喜欢
document的execCommand解释 -
laiang8283:
博主男的女的,100斤也不是很胖啊
减肥日志 -
yixiaof:
博主真有毅力啊。
减肥日志
文章列表
实现流程:DELPHI客户端发送HTTP消息到JAVA端服务器,再从JAVA端服务器抛出一个XML文件到客户端,封装成TABLELIST之后再通过映射调用JAVA的ACTION。
1http://ajava.org/book/struts/17832.html
delphi7 使用TeeChart控件
- 博客分类:
- 其他
安装Teechart;http://blog.csdn.net/zhengbo2006/article/details/5954575
http://hi.baidu.com/1988baoleilei/blog/item/73e3daad90bc31a4ca130c66.html
安装Iocomp3http://blog.ednchina.com/zxs2000/2022649/message.aspx
生成activeX控件http://www.zgit.net/a/a/program/a/a/prog/2011/0319/8262.html
http://blog.csdn.net ...
cakephp系统优化
- 博客分类:
- php
这几天的工作就是系统的最后优化!
1)把页面元素的初始化值写在视图的初始化
http://hi.baidu.com/thinkinginlamp/blog/index/47
1)在php.ini里把disable_functions = proc_open, popen, exec, system, shell_exec, passthru里的exec去掉。
2)$dbname="granarydb";
$filename = $_SERVER{'DOCUMENT_ROOT'}.'/DataBase/'.date("Ymd-His")."-".$dbname;
$strcmd= "mysqldump -hlocalhost -uroot -p1 ...
cakephp---webservice
- 博客分类:
- php
http://topic.csdn.net/u/20110111/16/871f9669-27c6-4b0d-9a77-c940d547b12c.html
http://bakery.cakephp.org/articles/sdevore_myopenid_com/2007/01/22/restful-web-services-with-cakephp
将ocx和DLL文件打包成cab文件,inf的编写
- 博客分类:
- c++
http://blog.csdn.net/yimiyangguang1314/article/details/6563540
将ocx和DLL文件打包成cab文件,实现IE浏览器在线安装
分类: Windows应用2010-03-25 18:36 2722人阅读 评论(14) 收藏
public class TestHandler extends Activity {
Button m_startbtn ;
Button m_endbtn;
MyThreadHandler m_threadHandler;
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
Android 中Message,MessageQueue,Looper,Handler详解+实例 收藏
http://www.zeroup.org/communication-between-threads-android-transfer.html
一、几个关键概念 1、MessageQueue:是一种数据结构,见名知义,就是一个消息队列,存放消息的地方。每 ...
1:intentFilter的作用是什么?
Intent Filter描述了能执行的动作以及可以执行的数据。作用特别灵活,可以和各种组件结合在一起就是不同的意思。
SDK网站http://developer.android.com/index.html
学习网站http://disanji.net/category/android-doc/视频http://www.verycd.com/topics/2837883/?ref=mail论坛http://mars-droid.com/bbs/forum.php
[*]
android程序特点:1可通过标准API访问硬件设备 2可嵌入网页 3.多任务环境,可并发运行
框架包括:应用层,应用框架层,系统运行库层,linux内核层,主要是访问应用框架层来编写应用层程序。 ...
填完字段名、数据类型之后就要填写长度,就好比int(4) varchar(16)这里的4和16 ,这个M代表什么意思呢?varchar类型的没什么异议,但是这个INT的呢?第一感觉就是代表长度,我只能存储4个数字以内的,可我存超过4位的数字的时候依然是可以存的,所以这样的理解是不完全对的。
其实这个M跟INT能表示的范围没有关系,只要你选择了INT,INT是用4个字节表示,1个字节8位,若表示无符号数时可以表示的范围是 0 ------- 232-1 ,你可以存储任何在这个范围内的数字。但也不是说跟表示完全没关系,mysql中有个zerofll,当建表时选择了0填充之后存储 ...
http://wenku.baidu.com/view/e7a6015d804d2b160b4ec094.html?from=related&hasrec=1
JDK环境变量的设置
JDK环境变量的设置对学多学习java的初学者来说,是一个很麻烦的事情,下面我们就来介绍一下在XP下以及Linux下JDK的环境变量是怎样设置的.
1:XP下JDK环境变量的设置
第一步:右击“我的电脑”,点击“属性”。
第二步:选择“高级”选项卡,点击“环境变量”。
第三步:在“系统变量”中,设置3项属性,JAVA_HOME , path , classpat ...
requestAction(string $url, array $options)
This function calls a controller's action from any location and returns data from the action. The $url passed is a CakePHP-relative URL (/controllername/actionname/params). To pass extra data to the receiving controller action add to the $options array.
You ...
/**
* 检查4个墙面名称,不能相同
*/
function checkWallName()
{
var repeat = new Array();
repeat.push(wallName1.getValue());
repeat.push(wallName2.getValue());
repeat.push(wallName3.getValue());
repeat.push(wallName4.getValue());
return isRepeat(repeat);
}
function isRepeat(a)
{
...
flash3d知识
http://wiki.9ria.com/index.php/%E7%94%A8ActionScript%E5%9C%A8Flash%E4%B8%AD%E5%AE%9E%E7%8E%B03D%E8%A7%86%E8%A7%92%E7%9A%84%E6%8E%A7%E5%88%B6
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS7D38179D-58B9-409c-9E5C-257DDECB1A02.html
http://apps.hi.baidu.com/share/detail/16610699 ...