UltraEdit 标签(tab)不见的3个解决办法2010-11-08 09:191042人阅读评论(0)收藏举报工具c方法1:点 视图->视图/列表(V)->打开文件标签(E) okgogo2000: 用这个就OK方法2:[高级/配置]->[工具栏/菜单]->[定制/定制菜单]->弹出菜单配置....
分类:
其他好文 时间:
2015-05-08 09:22:07
阅读次数:
144
server.phpset(array("worker_num"=>4, "dispatch_mode"=>2));$server->on("connect", function($cli) { $ser->send("hello");});$server->on("receive", fun...
分类:
其他好文 时间:
2015-05-08 09:17:28
阅读次数:
211
【问题描述】 建立一个直角坐标系,x轴下方为陆地,上方为海洋,在海洋中有n个岛屿,我们需要在x轴上建立若干个雷达装置,每个雷达装置的监测半径为h,问最少需要多少雷达?(输入中将有多组数据,每组数据间有一行空着,最后用一行0 0表示输入结束,你的任务是对于每组数据,求出最少需要的雷达数,若有岛屿无法....
分类:
其他好文 时间:
2015-05-08 09:18:24
阅读次数:
117
#include #include void main(){ int i=0,j=0,finish=0,n=0,k=0,l,m; int start,temp,max=1,min,respond[24]; int reach[24],running[24]; FILE *fp; ...
分类:
其他好文 时间:
2015-05-08 09:19:03
阅读次数:
136
最近几天,我都在学习如何在Cocos2d-x3.2中使用OpenGL来实现对图形的渲染。在网上也看到了很多好的文章,我在它们的基础上做了这次的我个人认为比较完整的总结。当你了解了Cocos2d-x3.2中对图形渲染的流程,你就会觉得要学会写自己的shader才是最重要的。第一,渲染流程从2.x到3....
分类:
其他好文 时间:
2015-05-08 09:17:41
阅读次数:
256
jackson - 生成jason工具-简单示例
分类:
其他好文 时间:
2015-05-08 09:16:59
阅读次数:
120
Runloop 一、Runloop简介: Run loops 是线程相关的的基础框架的一部分。一个 run loop 就是一个事件处理 的循环,用来不停的调度工作以及处理输入事件。 使用?run loop的目的是让你的线程在有工作的时候忙于工作...
分类:
其他好文 时间:
2015-05-08 08:11:07
阅读次数:
189
??
DIAGRAMS
图群
When you model something, you create a simplification of reality so that you can better understand the system you are developing. Using the UML, you build your
models from...
分类:
其他好文 时间:
2015-05-08 08:10:15
阅读次数:
121
??
When you work with an architect to design a house, you start with three things: a list of wants (such as
“I want a house with three bedrooms”
and “I want to pay no more than
x”),
a ...
分类:
其他好文 时间:
2015-05-08 08:09:42
阅读次数:
193
??
A
system
is a collection of subsystems organized to accomplish a purpose and described by a set of models, possibly from different viewpoints. A
subsystems is a grouping of elements, some...
分类:
其他好文 时间:
2015-05-08 08:10:43
阅读次数:
92
??
Behavioral Diagrams
The UML’s
behavioral diagrams are used to visualize, specify, construct, and document the dynamic aspects of a system. You can think of the dynamic aspects of a syste...
分类:
其他好文 时间:
2015-05-08 08:09:21
阅读次数:
210
??
Modeling Different Views of a System
建模系统的不同视图
When you model a system from different views, you are in effect constructing your system simultaneously from multiple dimensions. By choosing...
分类:
其他好文 时间:
2015-05-08 08:11:28
阅读次数:
130
允许主机模式
netsh wlan set hostednetwork mode=allow
设置网络名称密码
netsh wlan set hostednetwork ssid=您想要的无线网络的名称 key=您想要设置的密码
注意:“您想要的无线网络的名称”和后面的“key”之间有空格,请参考图中...
分类:
其他好文 时间:
2015-05-08 08:08:50
阅读次数:
118
在Word中进行多级编号时,前面一个二级标题是2.1,可后面一个二级标题是4.1,于是想把4.1改成2.2,使用选中有问题的编号,右击"设置列表缩进",在打开的对话框中我们可以看到此时的一级标题是4,要在4下面设置2.2肯定是不对的,解决方法:选中一级标题,将"输入编号的格式"中4改成2,确定。再来...
分类:
其他好文 时间:
2015-05-08 08:10:04
阅读次数:
508
Really interesting problem. Naive solution would be O(n^3). But please note the pattern here: (i, j, k) -> (i + 1, j + 1, k) -> (i + 2, j + 2, k)... t...
分类:
其他好文 时间:
2015-05-08 08:09:32
阅读次数:
202
function setName(obj){ obj.name="ABC"; obj=new Object(); obj.name="BCD"; } var person=new Object(); setName(person); alert(pers...
分类:
其他好文 时间:
2015-05-08 08:08:32
阅读次数:
132
前言 ? 从我们学习WCF以来,就一直强调WCF是基于消息的通信机制。但是由于WCF给我们做了高级封装,以至于我们在使用WCF的时候很少了解到消息的内部机制。由于WCF的架构的可扩展性,针对一些特殊情况,WCF为我们提供了Message类来深度定制消息结构,以便我们拓展WCF的通信机制。 ? 在...
分类:
其他好文 时间:
2015-05-08 08:09:00
阅读次数:
720