主要和添?的第三方的包有关系。=======================================出现,Conversion to Dalvik format failed with error 1 ;最根本的解决方法是上图的界面,勾选第三方的jar,点确定就可以。注意,不要勾选andro...
分类:
其他好文 时间:
2014-10-12 11:38:17
阅读次数:
182
Semantic Warnings
Warning
Message
-WCFString-literal
input conversion stopped due to an input byte that does not belong to the input codeset UTF-8
-WNSObject-attribute...
分类:
移动开发 时间:
2014-10-12 04:21:47
阅读次数:
340
Problem:The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed...
分类:
其他好文 时间:
2014-10-12 02:29:07
阅读次数:
187
多了jar包 检查自己的是在com 自己打出的jar包 删除即可正常运行资源描述:1。如果不修改android sdk版本,则使用project clean 命令作用于某工程即可。(该处理方式只是在高版本中兼容了低版本工程,未真正意义上的升级)2。如果修改android sdk版本,则需要以下几个步...
分类:
其他好文 时间:
2014-10-11 14:33:55
阅读次数:
185
一.常规类型、字符类型和数值类型的格式说明符的语法如下:%[argument_index$][flags][width][.precision]conversion 可选的 argument_index 是一个十进制整数,用于表明参数在参数列表中的位置。第一个参数由 "1___FCKpd___0qu...
分类:
其他好文 时间:
2014-10-07 22:48:54
阅读次数:
252
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:
其他好文 时间:
2014-10-07 15:21:03
阅读次数:
236
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and alternate between).
For example:
Given binary ...
分类:
其他好文 时间:
2014-10-06 16:46:00
阅读次数:
165
1. Type conversion:If we assign an out-of-range value to an object of unsigned type, the result is the remainder of the value modulo the number of val...
分类:
编程语言 时间:
2014-10-03 18:53:04
阅读次数:
198
新浪微博的分析
早上刚刚起床先刷微博,打算就分析一下新浪微博。登陆之后抓取发布微博的数据包,进行分析。
1.抓包的要点:
1.关闭其他网络应用,保证本机网络流量的干净,便于分析。
2.先开启wireshark,后发布微博,微博发布成功立即停止,其他的应用类似。
3.查看conversion list ,太小的包没必要检查。
4.最关键的一点:一定抓取到3次握手,切记切记。
5.大部分...
分类:
其他好文 时间:
2014-10-01 13:32:31
阅读次数:
264
jsoncpp,是一个c++的解析和生成json的开源工具。如果你的c++程序需要解析或生成json,它会使这个过程变得很简单!
但是,今天在用jsoncpp进行生成json的时候报了错误,很显然这不是我程序的问题。
Test.cpp: In function ‘std::string createJsonData()’:
Test.cpp:41: error: conversion from...
分类:
Web程序 时间:
2014-09-28 21:16:16
阅读次数:
372