首页 > 其他
putty字体大小颜色、全屏/退出全屏快捷键 保存session设置[转]
字体大小设置 Window->Appearance->Font settings—>Change按钮设置(我的设置为16)字体为(Consolas) 字体颜色设置 Window->Colours->Default Foreground->Modify设置(我喜欢绿色设置:R:0 G:255 B:0)...
分类:其他   时间:2014-03-06 22:20:57    收藏:0  评论:0  赞:0  阅读:733
如何用一个for循环打印出一个二维数组
思路分析:二维数组在内存中默认是按照行存储的,比如一个二维数组{{1,2,3,},{4,5,6}},它在内存中存储的顺序就是1、2、3、4、5、6,也就是说,对于这6个数组元素,按照从0到5给它们编号的话,从它们的编号都能推出它们在二维数组中的行号和列号,比如行号即为序号对列数的整数商,列号则为序号...
分类:其他   时间:2014-03-06 22:21:27    收藏:0  评论:0  赞:0  阅读:496
织梦channelid是什么?dede channel typeid有什么区别
昨儿帮小伙伴整dedecms首页调用栏目文章,当时没注意用到的是channelid参数,修改了好多次赋值,新建了一个新的栏目获取id是156,添加栏目文章,把channelid改为156重新生成首页,此栏目下的文章没有显示出来。删除文章和栏目重建,还是不行。把id改为1又可以,这是啥子情况?怎么可能...
分类:其他   时间:2014-03-06 22:21:53    收藏:0  评论:0  赞:0  阅读:1713
路由器子网掩码设置不正确导致github无法访问
奇怪的现象,路由器子网掩码设置成255.0.0.0会导致电脑访问不到https://github.com/改成默认的255.255.255.0就正常了。
分类:其他   时间:2014-03-06 22:22:15    收藏:0  评论:0  赞:0  阅读:1013
Working with forms
翻译 Django文档 Version 1.5https://docs.djangoproject.com/en/1.5/topics/formsWorking with forms关于此文章:此文介绍了Django form。欲进一步了解forms API,参考 The Forms API, Fo...
分类:其他   时间:2014-03-06 22:22:27    收藏:0  评论:0  赞:0  阅读:511
PHOTOSHOP 半透明方格
1、新建60*60的透明文档,在左方和上方用直线工具画白边,存储为图案(编辑/定义图案)2、新建图层,用油漆桶填充图案3、 选择若干小方格,填充白色后设置不透明度50%
分类:其他   时间:2014-03-06 22:22:54    收藏:0  评论:0  赞:0  阅读:444
递归输出出栈所有可能
1 private static void DFS(Deque in,Stack stack,Deque out) { 2 if(0==in.size()) //输入队列空了 3 { 4 if(0==stack.size()) //栈也空了 输出结果 5 { 6 for(Object obj:out...
分类:其他   时间:2014-03-06 22:22:43    收藏:0  评论:0  赞:0  阅读:587
GIT版本控制系统(二)
貌似第二条有点用,还木有都验证过,贴过来再说~转自:http://www.cnblogs.com/lhb25/p/10-useful-advanced-git-commands.html1. 导出最后一次提交修改过的文件 我一直在使用这个命令定期进行发送给其他人进行审查/整合。这条命令将把近期提交的...
分类:其他   时间:2014-03-06 22:23:35    收藏:0  评论:0  赞:0  阅读:591
dispatchTouchEvent interceptTouchEvent onTouchEvent
参考:http://hi.baidu.com/lck0502/item/496ead09cb52a2823c42e260实例:layout1--->layout2---->textview1如下图调用顺序layout1dispatchTouchEvent|--不调用super.dispatchTou...
分类:其他   时间:2014-03-06 22:23:23    收藏:0  评论:0  赞:0  阅读:568
POJ 3468 A Simple Problem with Integers
A Simple Problem with IntegersTime Limit:5000MSMemory Limit:131072KTotal Submissions:53810Accepted:16150Case Time Limit:2000MSDescriptionYou haveNinte...
分类:其他   时间:2014-03-06 22:24:03    收藏:0  评论:0  赞:0  阅读:599
*(ptr++) += 123
*(ptr++) += 123;等价于:*(ptr) = *(ptr) + 123; ptr++;而不是:*(ptr++) = *(ptr++) + 123;程序员面试宝典p32
分类:其他   时间:2014-03-06 22:23:53    收藏:0  评论:0  赞:0  阅读:544
[IOS笔记] - addChildViewController
View Controller中可以添加多个sub view,在需要的时候显示出来;可以通过viewController(parent)中可以添加多个child viewController;来控制页面中的sub view,降低代码耦合度;通过切换,可以显示不同的view;,替代之前的addSubV...
分类:其他   时间:2014-03-06 22:24:25    收藏:0  评论:0  赞:0  阅读:584
fprintf&prinft&sprintf
1: fprintf()#include int fprintf( FILE *stream, const char *format, ... );fprintf()函数根据指定的format(格式)发送信息(参数)到由stream(流)指定的文件.因此fprintf()可以使得信息输出到指定的文件...
分类:其他   时间:2014-03-06 22:24:56    收藏:0  评论:0  赞:0  阅读:532
代码片段----内核链表使用一例
MakefileCC=gccmain:main.oclean: $(RM) *.o main.PHONY:cleanmain.c#include "list.h"#include typedef struct { unsigned long gp; // (groupgp = 1; a1->on =...
分类:其他   时间:2014-03-06 22:25:43    收藏:0  评论:0  赞:0  阅读:467
Jbox帮助文档,默认的属性含义
$.jBox()[*]函数原型:$.jBox(content, options); └ 或者 jBox(content, options); [*]参数说明:- content (string,json) └ 可以是string或json。当是string时,需要加上前缀标识(html:、id:、g...
分类:其他   时间:2014-03-06 22:25:37    收藏:0  评论:0  赞:0  阅读:580
Students Increased UK Air Max Trainers
Compared with the original college now, the number of students increased a lot, but also shoulder the mission in cooperation with the Royal Empire, a ...
分类:其他   时间:2014-03-06 22:25:27    收藏:0  评论:0  赞:0  阅读:561
vim操作集合
行首缩进: 22,44 s/^\s//g
分类:其他   时间:2014-03-06 22:26:17    收藏:0  评论:0  赞:0  阅读:405
列表框显示
功能 列表框显示(列表框名称,清空行数,显示内容) 行数=列表框.得到个数(列表框名称) 如果(行数>清空行数) 列表框.清空(列表框名称) 列表框.插入文本(列表框名称,显示内容,0) 否则 列表框.插入文本(列表框名称,显示内容,0) 如果结束功能结束
分类:其他   时间:2014-03-06 22:26:58    收藏:0  评论:0  赞:0  阅读:438
TabContainer使用过程中混肴滚动位置问题
>>Issue:I have a 3 tab panels in a tab container in the middle of the page. The problem is that when the page loads the first tab panel gets focus and...
分类:其他   时间:2014-03-06 22:27:15    收藏:0  评论:0  赞:0  阅读:537
Async/Await FAQ
From time to time, I receive questions from developers which highlight either a need for more information about the new “async” and “await” keywords i...
分类:其他   时间:2014-03-06 22:27:08    收藏:0  评论:0  赞:0  阅读:493
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!