1.使用mysql,将查询结果导入到文件中 ??mysql -umsg -pmsg message -e "select appkey from app" > 1.txt ? ?2.使用Runtime调用系统命令时候碰到一个问题,我想压缩一个文件,而这个文件所在的目录都是动态...
分类:
其他好文 时间:
2014-07-24 14:51:46
阅读次数:
189
Android SDK自带的tool TrackView 位于 sdk的tools目录下。用法为:进入到tools下,运行
traceview e:\loginActivityTracing.trace
即可。那trace文件怎么生成的呢。
有两种方式生成
1、使用代码生成,想调哪调哪。...
分类:
移动开发 时间:
2014-07-24 11:32:52
阅读次数:
255
一 MFC的消息映射机制(3) 1 消息映射机制的使用 1.1 自己的类必须派生自 CCmdTarget 1.2 自己的类内 必须添加声明宏 DECLARE_MESSAGE_MAP 1.3 自己的类外 必须添加实现宏 BEGIN_MESSAGE_MAP( th...
分类:
其他好文 时间:
2014-07-24 00:52:47
阅读次数:
375
03_wsdl和soap讲解(介入了tcpmon工具)WSDL内容: 1.types:用来定义访问的类型 2.message:SOAP(simple object access Protocol) 3.portType:指明服务器的接口,并且通过operation绑定相应的in和out的消息:...
分类:
其他好文 时间:
2014-07-23 22:29:47
阅读次数:
337
Are you a hacker?How to build another QQ/Wechat/whatsapp/skype/imessage?Let's go through this!!!!Materials:A linux/unix/windows/mac computer/server, a...
分类:
数据库 时间:
2014-07-23 20:44:35
阅读次数:
568
本章提要-----------------------------------------------组成 oracle 的 8 种主要文件(包括 instance 和 database)instance: parameter file, trace file, alert filedatabase...
分类:
其他好文 时间:
2014-07-23 20:30:15
阅读次数:
387
Message Flood
Time Limit: 1500ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
Well, how do you feel about mobile phone? Your answer would probably be something like that "It's so convenient and ...
分类:
其他好文 时间:
2014-07-23 17:19:52
阅读次数:
251
A message containing letters from A-Z is being encoded to numbers using the following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the total numb...
分类:
其他好文 时间:
2014-07-23 17:06:05
阅读次数:
324
一.几种加密算法1:消息摘要:(数字指纹):既对一个任意长度的一个数据块进行计算,产生一个唯一指纹。MD5/SHA1发送给其他人你的信息和摘要,其他人用相同的加密方法得到摘要,最后进行比较摘要是否相同。MD5的全称是Message-Digest Algorithm 5(信息-摘要算法)。过程不可逆,...
分类:
其他好文 时间:
2014-07-23 15:48:59
阅读次数:
267
dbms_output包主要用于调试pl/sql程序,或者在sql*plus命令中显示信息(displaying message)和报表,譬如我们可以写一个简单的匿名pl/sql程序块,而该块出于某种目的使用dbms_output包来显示一些信息。涉及到的知识点如下:1、enable:在server...
分类:
数据库 时间:
2014-07-23 15:44:09
阅读次数:
312