-
MonitorPhone
Android程序,对手机情况监控的程序。(Android program, the mobile phone monitoring procedures.)
- 2017-08-03 08:44:22下载
- 积分:1
-
JCalender-1.3.2
说明: adding a java calendar for your project, good luck
- 2019-01-05 16:13:44下载
- 积分:1
-
java_cmpp2.0-master
说明: 通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信双方应每隔时间C发送链路检测包以维持此连接,当链路检测包发出超过时间T后未收到响应,应立即再发送链路检测包,再连续发送N-1次后仍未得到响应则断开此连接。(Both sides of communication establish TCP connection in client-server mode for mutual submission of information. When there is no data transmission on the channel, both sides of the communication should send link detection packages every other time C to maintain this connection. If the link detection packages do not receive a response after sending out more than time T, the link detection packages should be sent immediately, and then the link detection packages should be disconnected if they have not received a response after sending N-1 consecutive times.)
- 2020-06-19 03:00:01下载
- 积分:1
-
JSP数据库编程指南GOOD JSP行前准备JSP由浅入深JSP高级编程构建安全的ASP.NET应用(CHM)
即时即用ASP脚本第二版...
JSP数据库编程指南GOOD JSP行前准备JSP由浅入深JSP高级编程构建安全的ASP.NET应用(CHM)
即时即用ASP脚本第二版-JSP Database Programming Guide GOOD JSP Pre JSP elementary building JSP Programming senior security ASP.NET application (CHM) immediately ASP script that is the second edition of
- 2022-02-04 13:41:26下载
- 积分:1
-
测文件中单词出现次数
测文件中单词出现次数-test document word frequency
- 2023-02-22 05:15:04下载
- 积分:1
-
Project8
一个娱乐行业的管理软件,使用Java编程,有完整的程序代码,非常详细(An entertainment industry management software using the Java programming, a complete code, very detailed)
- 2013-12-23 19:12:57下载
- 积分:1
-
filecheck
说明: 快速单词拼写检错器,能实现一般的文本操作,另外还能检查单词拼写的对错,字典可以自定义。(rapid spelling error device, able to operate normally text, and checking the wrong spelling, dictionary can define.)
- 2006-04-10 20:46:22下载
- 积分:1
-
android 左右侧滑动菜单 效果实现 有图有源码
1、简介我们时常看到Android的一些菜单的设置 可以左右滑动,如下图。要实现下面的效果我们可以获得许多的实现在github 通过 收索 “SlidingMenu”。本实验是在http://www.github.com/TangKe/SlideMenu基础上该的。 本次实验的实验的效果 2、具体的实现。 本次实验的基础是在上面提供的资源和code,应用到我们实验上面。(1)、BaseSlideMenu public class BaseSlideMenu extends FragmentActivity{private SlideMenu slideMenu;@Overrideprotected void onCreate(Bundle arg0) { // TODO Auto-generated method stub super.onCreate(arg0); setContentView(R.layout.layout_slidemenu);}@Override public void onContentChanged() { // TODO Auto-generated method stub super.onContentChanged(); slideMenu=(SlideMenu) findViewById(R.id.slideMenu); }public void setSlideRole(int res){ if (null==slideMenu) { return; } getLayoutInflater().inflate(res, slideMenu,true);}public SlideMenu getSlideMenu(){ return slideMenu;}} (2)、MainActivity public class MainActivity extends BaseSlideMenu {@Overridepublic void onContentChanged() { // TODO Auto-generated method stub super.onContentChanged(); System.out.println(">>>>"); setSlideRole(R.layout.activity_main); setSlideRole(R.layout.layout_primary_menu); setSlideRole(R.layout.layout_secondary_menu);} }(3)activity_main 注意: 在MainActivity中的三个布局都要 在根结点上面都要有 主界面 slidemenudemo:layout_role="content" 左菜单 slidemenudemo:layout_role="primaryMenu" 右菜单 slidemenudemo:layout_role="secondaryMenu"注意:super.onContentChanged(); 一定要覆盖...
- 2013-07-16下载
- 积分:1
-
Tencent
VBS 运行 调用 腾讯验证码
通过maxthon 可 实现自动调用 (VBS operation called Tencent authentication code can be realized through maxthon Automatic Call)
- 2007-04-30 10:19:07下载
- 积分:1
-
of handling the incident, as well as examples of classroom
事件的处理,也是课堂的例子-of handling the incident, as well as examples of classroom
- 2022-09-22 10:40:03下载
- 积分:1