摘要:这里以安装chinese simplified emulation images为例: 1. 运行chinese simplified emulation images.msi。 2. 将sp_2003_chs.bin文件和sp_2003_chs_virtual_radio文件拷贝到smartphone 2003 sdk的emulation目录下(通常是“c:\program files\wind......
摘要:很多学生、开发者和媒体出席 现在在由微软全球副总裁、前亚洲研究院院长张亚勤在主讲移动计算 目前讲到的 桌面电脑有4亿,但是芯片有四百亿可移动计算是通讯平台,也是移动的中心移动通讯正在转型,类似于电视转型一样,从语音传输转到数据传输统一的通讯网络用户需求:移动办公、移动娱乐、移动财务管理。无缝连接。智能终端。语音是最直接、最自然的交互。语音识别、控制、合成。 突然发现新浪网有直播了...那里更加详细......
tomcat中配置DataSourceRealm上一页 ... 方法: 1.在mysql中创建用户数据库 2.按照tomcat4.1.30的«jndi datasource how-to»说明配置dbcp 3.按照tomcat4.1.30的«realm how-to»说明配置realm 4.在web.xml中申明security-constraint 项目context文件如下: <!-- context configuration file for the test web app --> <context path="/tps" docbase="d:/projects/work/test/workspace" debug="0" privileged="true"> <resource name="jdbc/myds" auth="container" type="javax.sql.datasource" /> <resourceparams name="jdbc/myds"> <parameter> <name>factory</name> <value>org.apache.commons.dbcp.basicdatasourcefactory</value> </parameter> <!-- maximum number of db connections in pool. make sure you configure your mysqld max_connections large enough to handle all of your db connections. set to 0 for no limit. --> <parameter> <name>maxactive</name> <value>100</value> </parameter> <!-- maximum number of idle db connections to retain in pool. set to 0 for no limit. --> <parameter> <n...
下一页 摘要: 或许初学 php 的朋友都不知道要看什么书,我这里就列出几本我觉得不错的书,很多人说 php 的手册就够了,其实,我并不这么认为,手册只是手册,并不能代替系统的 php 学习书籍,手册只能在你需要查阅函数的时候帮助你。这些书都放在我的电脑旁边。 1.《php 程序设计》: programming php 出版社:中国电力出版社 原出版社:o´reilly&associate......