【安装nginx】 cd /etc/yum.repos.d/ vi nginx.repo 填写 [nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/$releasever/$basearch/gpgcheck=0enabled ...
分类:
其他好文 时间:
2016-11-29 19:35:23
阅读次数:
170
showLegend 是否在图表中显示图例 legendPosition 图例可以显示在图表的底部(BOTTOM)或右侧(RIGHT) legendCaption 可以为图例整体定义一个标题 legendIconScale FusionCharts v3.2开始支持图例的缩放。这个属性让你可以控制图 ...
分类:
其他好文 时间:
2016-11-29 14:27:43
阅读次数:
355
刚布置的热乎作业,马上就写了。。 如果是正在做这个作业的同学搜到别抄,写得垃圾不要抄不要抄不要抄, 特别是吉大的同学,谢谢= = 1 #include<stdio.h> 2 #include<math.h> 3 #define N 128 4 #define index int 5 6 7 void ...
分类:
其他好文 时间:
2016-11-29 13:51:33
阅读次数:
353
Lesson: The "Hello World!" Application The sections listed below provide detailed instructions for compiling and running a simple "Hello World!" appli... ...
分类:
移动开发 时间:
2016-11-29 09:44:07
阅读次数:
163
Socket语法及相关: Socket Familile(地址簇) socket.AF_UNIX unix本机进程间通信 socket.AF_INET IPV4 经常用的还是这里 socket.AF_INET6 IPV6 Socket Types socket.SOCK_STREAM #tcp协议用 ...
分类:
其他好文 时间:
2016-11-28 23:16:11
阅读次数:
274
The Zen of Python >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better t ...
分类:
编程语言 时间:
2016-11-28 09:18:51
阅读次数:
321
参考:https://discuss.leetcode.com/topic/49238/math-solution-java-solution The basic idea is to use the property of Bézout's identity and check if z is a ...
分类:
其他好文 时间:
2016-11-27 07:45:30
阅读次数:
185
public class demo2 { /** * 2 : 将字符串反取出来 新中国好 好国中新 */ public static void main(String[] args) { String s = "新中国好"; s = reverse1(s); System.out.println(" ...
分类:
编程语言 时间:
2016-11-26 17:27:33
阅读次数:
180
原文链接:http://www.cnblogs.com/Qbit/p/6102614.html 从AppFabric 的安装目录中选择两个dll添加到项目中, 默认安装位置:C:\Program Files\用于 Windows Server 的 AppFabric 1.1\ 方法一: 使用代码指定 ...
分类:
移动开发 时间:
2016-11-25 19:55:53
阅读次数:
245
该控件的修改时根据PullToRefreshList的机制修改 下面是对ExpandableListView的扩展 使用时: ...
分类:
移动开发 时间:
2016-11-25 17:26:38
阅读次数:
256