主要代码:public class LoginActivity extends Activity { private EditText username; private EditText userpassword; private CheckBox remember; pr...
分类:
移动开发 时间:
2014-09-28 19:49:35
阅读次数:
276
5-2-2 C中printf计算参数时是从右到左压栈的 #include int main (int argc, char **argv)
{ int b = 3; int arr[] = {6,7,8,9,10}; int *ptr = arr;
// *(ptr++) += 123;
// pr...
分类:
其他好文 时间:
2014-09-26 22:32:28
阅读次数:
205
黑链也能够叫隐藏链、顾名思义,就是网页中没有显示的链接,而搜索引擎能够看到的链接,黑链长处在于短时间内能够迅速提高排名。黑链属于外部链接的一种,能够为该链接地址指向的站点添加PR值,通俗来说就是站点权重。这也是为什么有些SEOer喜欢买黑链的原因了。以下我们就谈一谈挂黑链的几种方法。第一种 CSS....
分类:
其他好文 时间:
2014-09-26 22:04:18
阅读次数:
166
As mentioned in the introduction Sun now provides these tools for XML Processing in Java:StAX Reader / WriterSAX ParserDOM ParserXPath EvaluatorXSL Pr...
分类:
编程语言 时间:
2014-09-26 04:51:28
阅读次数:
339
本文转载至http://blog.csdn.net/yesjava/article/details/84475961、下载要使用的自定义字体,格式通常为ttf、otf文件.这里假设是nokia.ttf2、把nokia.ttf文件导入xcode的资源中3、在xxx.plist文件中添加Fonts pr...
分类:
移动开发 时间:
2014-09-25 12:53:38
阅读次数:
176
临近十一,项目接近上线,终于有些碎片时间可以查看一些博客。这篇博客是Android开发大牛Cyril Mottier在去年写的博客,我把它翻译一下共享给国内志同道合的朋友,同时也是对自己一个很好的锻炼机会。原博客的地址是:http://cyrilmottier.com/2013/06/27/a-pr...
分类:
移动开发 时间:
2014-09-24 22:12:17
阅读次数:
414
这场网赛当时自己完成了的也就是两道地图题,过去好久了才想到还是该记录下来...【C】Wang Xifeng's Little PlotTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others) 【Pr...
分类:
其他好文 时间:
2014-09-24 00:45:05
阅读次数:
338
大意:告诉你一棵二叉树的先序遍历和中序遍历求该二叉树的后续遍历代码: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 const int maxn = 30; 7 char pr[maxn], mi[maxn]; 8 ...
分类:
其他好文 时间:
2014-09-23 23:07:15
阅读次数:
169
#!/usr/bin/python # -*- coding:utf8 -*- import os import re def swap(path, a, b): print path file = open(path, "r").read() file = re.sub(a,b,file) #pr...
分类:
编程语言 时间:
2014-09-23 22:42:45
阅读次数:
198
工程里打开使用了CSPIN控件的界面窗体,再编译就好了[ilink32 Error] Error: Unresolved external 'Vcl::Controls::TControl::SetAnchors(System::Set<{900}...' referenced from D:\PR...
分类:
其他好文 时间:
2014-09-23 15:32:04
阅读次数:
308