近期使用winSock做的一个网络项目中,使用TCP+Socket连接编写的一个多线程的网络程序,功能是client负责不断地向server端发送数据,服务端负责接收数据。client是一个DLL,服务端程序是一个随机启动的NT
Service服务程序。程序在夜间无人操作的执行过程中,client常...
分类:
其他好文 时间:
2014-05-26 18:00:58
阅读次数:
256
If you are supporting pre-3.0 with your application
be sure you put this version of the custom theme invalues-v11or similar.
分类:
其他好文 时间:
2014-05-26 17:54:46
阅读次数:
206
Question0Sign in to voteFolks,In my
application, when the user hits "Submit" button, I have to make a Web service
call asynchronously. Here is what I ...
分类:
其他好文 时间:
2014-05-25 22:19:32
阅读次数:
657
基于JDBC的通讯录练手:项目以MVC模式开发,包名:cn.itcast.txl.domain;cn.itcast.txl.dao;cn.itcast.txl.dao.impl;cn.itcast.txl.service;cn.itcast.txl.service.impl;cn.itcast.tx...
分类:
数据库 时间:
2014-05-25 22:00:12
阅读次数:
420
开发servlet程序步骤:
step1. 写一个java类,实现Servelt接口或者继承Httpservlet类,一般 继承Httpservlet类(实现了Servelt接口).
step2.编译(servlet-api.jar).
step3.打包
appname(目录,程序名)
WEB-INF(目录,不能自己定义)
classes(存放servlet class文件)...
分类:
其他好文 时间:
2014-05-25 21:26:21
阅读次数:
438
1、Activity的生命周期2、Service的生命周期3、Service和Activity在同一个线程吗默认情况下是在同一个主线程中。但可以通过清单中android:process属性配置不同的进程。4、java中的soft
reference是个什么东西 如果一个对象只具有软引用,则内存空间....
分类:
移动开发 时间:
2014-05-25 19:17:40
阅读次数:
336
D-Bus helps coordinate process lifecycle. It
makes it simple and reliable to code a “single instance” (?) application or
deamon, and to launch applica...
分类:
数据库 时间:
2014-05-25 18:44:56
阅读次数:
408
跌跌撞撞总算是把客户端开发好了,后台的代码因为不复杂,就写了些单元测试跑一跑就算通过了,大部分时间都是在调整脚本。这一节开始部署TodoList项目。一.了解IIS(Internet
Infomation Service)一个Http请求从浏览器发送到服务器接收,其实是经过相当多的步骤的,我们不说客...
分类:
其他好文 时间:
2014-05-25 14:56:18
阅读次数:
190
在项目中要集成Xabber,将它作为一个Lib, 。。。。。 Xabber 原有代码 /** *
Base entry point. * * @author alexander.ivanov */ public class Application
extends android.app.Applic...
分类:
移动开发 时间:
2014-05-25 13:54:13
阅读次数:
257
原文地址:http://blog.itpub.net/23109131/viewspace-688117/第一步:创建服务框架创建一个新的 Windows
服务项目,可以从Visual C# 工程中选取 Windows 服务(Windows Service)选项,给工程一个新文件名,然后点击确定。现...