首页 > 2016年08月31日 > 全部分享
C++开发的基于UDP协议的聊天工具
项目相关地址 源码:https://github.com/easonjim/UDPChat bug提交:https://github.com/easonjim/UDPChat/issues ...
分类:编程语言   时间:2016-08-31 07:02:51    收藏:0  评论:0  赞:0  阅读:164
小工具
1、格式化的插件:http://web.chacuo.net/formatjs ; 此网站收集了很多的工具,很方便。 2、json工具:http://tool.chinaz.com/tools/jsoneditor.aspx ; 站长工具网站也是收录了很多不错的工具,很方便 。 3、sql美化工具: ...
分类:其他   时间:2016-08-31 07:02:31    收藏:0  评论:0  赞:0  阅读:141
lnmp
Centos7安装Lnmp环境nginx1.10.1-php5.6.22/7.0.7-mysql5.7.11 2015-01-13 15:26:51 标签:lnmpcentoslinuxmysqlphp-fpm Centos7安装Lnmp环境nginx1.10.1-php5.6.22/7.0.7-m ...
分类:其他   时间:2016-08-31 07:02:25    收藏:0  评论:0  赞:0  阅读:217
[Ramda] Basic Curry with Ramda
...
分类:其他   时间:2016-08-31 07:02:12    收藏:0  评论:0  赞:0  阅读:193
C++开发的数据库连接查询修改小工具
项目相关地址 源码:https://github.com/easonjim/SQL_Table_Tool bug提交:https://github.com/easonjim/SQL_Table_Tool/issues ...
分类:数据库技术   时间:2016-08-31 07:01:51    收藏:0  评论:0  赞:0  阅读:217
文件管理框架,可实现后台编辑项目文件
项目相关地址 源码:https://github.com/easonjim/FileManageFramework bug提交:https://github.com/easonjim/FileManageFramework/issues ...
分类:其他   时间:2016-08-31 07:01:42    收藏:0  评论:0  赞:0  阅读:148
ueditor的优酷插件模式开发,目前开发了腾讯视频转换插件
项目相关地址 源码:https://github.com/easonjim/ueditor_plugin bug提交:https://github.com/easonjim/ueditor_plugin/issues ...
分类:其他   时间:2016-08-31 07:01:31    收藏:0  评论:0  赞:0  阅读:457
基础 - CSS3盒模型
content padding border margin 常见问题: W3C盒子下的width height和 IE盒子下的width height? W3C盒子下的width height padding内部的区域,即content IE盒子下的width height margin内部的区域, ...
分类:Web开发   时间:2016-08-31 07:01:21    收藏:0  评论:0  赞:0  阅读:113
C++开发的基于TCP协议的内网聊天工具
项目相关地址 源码:https://github.com/easonjim/TCPChat bug提交:https://github.com/easonjim/TCPChat/issues ...
分类:编程语言   时间:2016-08-31 07:01:11    收藏:0  评论:0  赞:0  阅读:116
AutoIt3(AU3)开发的装机小工具,实现快速检测以及一些重用快捷操作功能
项目相关地址 源码:https://github.com/easonjim/Installed_Tools bug提交:https://github.com/easonjim/Installed_Tools/issues ...
分类:其他   时间:2016-08-31 07:01:01    收藏:0  评论:0  赞:0  阅读:168
.NET:WebApi 生成帮助文档及顺便创建简单的测试工具
最终的效果图 下面开始干活:生成帮助文档 一、创建 WebApi 项目 二、找到 HelpPageConfig.cs 并取消代码注释 三、对项目单击右键,选择属性,按图操作 四、启动项目,输入Url: localhost:{端口号}/help 【注】Description 没有显示内容是因为我们没有 ...
分类:Windows开发   时间:2016-08-31 02:13:21    收藏:0  评论:0  赞:0  阅读:420
LeetCode-Repeated DNA Sequence
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ...
分类:其他   时间:2016-08-31 02:13:11    收藏:0  评论:0  赞:0  阅读:359
php之实战项目--年份判断是否为闰年
实现效果: 实现代码: <html><head><meta charset="utf8"></head><body><table border="1" align="center" width="450" height="101" cellpadding="1" cellspacing="1" bg ...
分类:Web开发   时间:2016-08-31 02:13:01    收藏:0  评论:0  赞:0  阅读:302
skynet_main.c浅析
1.作为skynet的启动文件,主要完成了一些初始化和读取并存取配置文件内容的工作. 在这里只将代码读取配置文件的部分抽取出来,就算没有skynet环境,这些代码也是可以运行的,了解以后再对照源码进行分析,希望能对理解skynet带来一些帮助 #include "lua.h" #include "l ...
分类:Web开发   时间:2016-08-31 02:12:53    收藏:0  评论:0  赞:0  阅读:425
OS X 10.11系统下cocoaPods安装注意事项
Unable to load a specification for the plugin `/Users/xxx/.rvm/gems/ruby-2.3.1@global/gems/cocoapods-deintegrate-1.0.0` NoMethodError - undefined meth... ...
分类:其他   时间:2016-08-31 02:12:41    收藏:0  评论:0  赞:0  阅读:414
[原]使用SevenZipSharp压缩/解压7z格式
7z格式采用的LZMA算法,号称具有现今最高压缩率。笔者在nuget上搜索7z,在搜索结果中最终选择了SevenZipSharp来进行压缩/解压。不得不说,SevenZipSharp的API设计得非常方便。 压缩调用: using (FileStream ostream = new FileStre... ...
分类:其他   时间:2016-08-31 02:12:21    收藏:0  评论:0  赞:0  阅读:451
一、进程与信号的进程链与进程扇
#include <unistd.h>#include <stdlib.h> 编译执行 子进程扇式结构 编译运行 ...
分类:系统服务   时间:2016-08-31 02:12:11    收藏:0  评论:0  赞:0  阅读:359
Mysql控制语句
14.6.5.1 CASE Syntax 14.6.5.2 IF Syntax 14.6.5.3 ITERATE Syntax 14.6.5.4 LEAVE Syntax 14.6.5.5 LOOP Syntax 14.6.5.6 REPEAT Syntax 14.6.5.7 RETURN Synt ...
分类:数据库技术   时间:2016-08-31 02:12:01    收藏:0  评论:0  赞:0  阅读:402
springmvc-hibernate
以上是整合两个框架需要的jar包 以上web.xml需要配置的东西 以上applicationContext.xml需要配置的东西 以上springmvc-servlet.xml需要配置的东西 ...
分类:编程语言   时间:2016-08-31 02:11:52    收藏:0  评论:0  赞:0  阅读:279
UVa10870
10870 RecurrencesConsider recurrent functions of the following form:f(n) = a1f(n 􀀀 1) + a2f(n 􀀀 2) + a3f(n 􀀀 3) + : : : + adf(n 􀀀 d); for n > d;wh ...
分类:其他   时间:2016-08-31 02:11:41    收藏:0  评论:0  赞:0  阅读:362
1542条   上一页 1 ... 64 65 66 67 68 ... 78 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!