码迷,mamicode.com
首页 >  
搜索关键字:ever    ( 3292个结果
安装nginx
【安装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
FusionCharts饼图的图例属性
showLegend 是否在图表中显示图例 legendPosition 图例可以显示在图表的底部(BOTTOM)或右侧(RIGHT) legendCaption 可以为图例整体定义一个标题 legendIconScale FusionCharts v3.2开始支持图例的缩放。这个属性让你可以控制图 ...
分类:其他好文   时间:2016-11-29 14:27:43    阅读次数:355
一个非常简陋的基于LFSR和Feistel网络的加解密运算,有位处理。C
刚布置的热乎作业,马上就写了。。 如果是正在做这个作业的同学搜到别抄,写得垃圾不要抄不要抄不要抄, 特别是吉大的同学,谢谢= = 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
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语法及相关: 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
Zen of Python(Python的19条哲学)
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
Leetcode: Water and Jug Problem && Summary: GCD求法(辗转相除法 or Euclidean algorithm)
参考: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
java 反取字符串
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
微软高性能缓存AppFabric(二)使用
原文链接: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
Android ExpandableListView的下拉刷新实现
该控件的修改时根据PullToRefreshList的机制修改 下面是对ExpandableListView的扩展 使用时: ...
分类:移动开发   时间:2016-11-25 17:26:38    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!