会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一沙
condingStore
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
39
40
41
42
43
44
45
46
47
···
55
下一页
2010年1月28日
一个外包网站~挺不错的
摘要: <a href='http://www.taskcity.com/?dn=Zhangxq'>获取从这里,你才能找到真正的欧美外包。一起努力吧</a>
阅读全文
posted @ 2010-01-28 17:30 蚂蚁跳楼
阅读(183)
评论(0)
推荐(0)
2010年1月27日
转: java zip 封装类
摘要: [代码]
阅读全文
posted @ 2010-01-27 09:44 蚂蚁跳楼
阅读(350)
评论(0)
推荐(1)
java部署webService
摘要: 部署webService的详细步骤(开发工具为myEclipse 7.0 M2)1.目前,在使用在使用codegen插件来从WSDL生成JAVA代码文件时,到了最后一步竟然出然了"An error occurred while completing process -java.lang.reflect.InvocationTargetException"的错误。解决方法如下:过程如下:1.1、从A...
阅读全文
posted @ 2010-01-27 09:40 蚂蚁跳楼
阅读(559)
评论(0)
推荐(0)
2010年1月18日
stl 的问题
摘要: 今天遇到一个问题。我用一个 list<XXX*> AAA;然后用来来组装成队列,但是队列中我懒得释放内存,所以用了栈分配。结果栈分配的数据很容易被销毁。造成一个匪夷所思的问题。在别人的协助下把问题给排查了。就是采用堆分配。至于为什么会这样子呢,有待于进一步研究可以肯定的是。如果生命的对象是对象类型而不是指针类型。那我也不会有那个错误。因为stl会有一个内存池去维护它。需要反省的是:为什...
阅读全文
posted @ 2010-01-18 19:53 蚂蚁跳楼
阅读(135)
评论(0)
推荐(0)
2010年1月17日
char[] and char[][]
摘要: // testIt.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>using namespace std;int _tmain(int argc, _TCHAR* argv[]){ char sz[3][32]={"hello","world","good"}; //char* ss=sz[0]; --prin...
阅读全文
posted @ 2010-01-17 20:36 蚂蚁跳楼
阅读(138)
评论(0)
推荐(0)
2010年1月16日
CString char* and string 转帖
摘要: 1CString,int,string,char*之间的转换string转CStringCString.format("%s",string.c_str());char转CStringCString.format("%s",char*);char转stringstrings(char*);string转char*char*p=string.c_str();// CString转std::strin...
阅读全文
posted @ 2010-01-16 20:53 蚂蚁跳楼
阅读(315)
评论(0)
推荐(0)
2010年1月11日
转帖:如何获取文件的大小
摘要: 起因:一个程序需要发送校验文件和文件内容。结果我把文件的大小理解成 String str='''';str.GetLength();导致不匹配~!!!!(竟然还比CFile f;f.GetLength()还要大~~)下面的是cnblogs的朋友~转帖~~~!C/C++多种方法获取文件大小http://www.cnblogs.com/cxun/archive/2009/02/24/1397153.h...
阅读全文
posted @ 2010-01-11 15:27 蚂蚁跳楼
阅读(275)
评论(0)
推荐(0)
2010年1月7日
axis2 myeclipse webservice 的转帖
摘要: 自大的人只想着怎么把面子保住,自强的人只想着怎么把事办好!自大的人只想着怎么把面子保住,自强的人只想着怎么把事办好!MyEclipse + AXIS2非常感谢呼必斯哈拉图,写得非常的详细,图文并茂。但是,我的环境和他文中的不太一样,所以根据自己的环境重写如下。一、环境准备1.1软件下载准备Tomcat 5.5下载地址:http://tomcat.apache.org/download-55.cgi...
阅读全文
posted @ 2010-01-07 22:13 蚂蚁跳楼
阅读(840)
评论(0)
推荐(0)
2009年12月25日
coder ftp java
该文被密码保护。
阅读全文
posted @ 2009-12-25 11:19 蚂蚁跳楼
阅读(3)
评论(0)
推荐(0)
2009年12月23日
xxxx
摘要: #include <string>#include <stdio.h>#include <stdlib.h>void main(){ //cout<<"请输入词汇:"<<endl; FILE *pfile; char szIn[60]={0}; printf("请输入词汇:\r\n"); scanf("%s",szIn); char* p...
阅读全文
posted @ 2009-12-23 15:42 蚂蚁跳楼
阅读(2182)
评论(0)
推荐(0)
上一页
1
···
39
40
41
42
43
44
45
46
47
···
55
下一页
公告