2019年10月23日

Spike Your CPU’s Processor in .Net

摘要: public class CalculatePI{ /* * Computation of the n'th decimal digit of \pi with very little memory. * Written by Fabrice Bellard on January 8, 1997. 阅读全文

posted @ 2019-10-23 13:45 jackking 阅读(204) 评论(0) 推荐(0) 编辑

2019年6月1日

swagger 如何在UI界面加入Authentication token值

摘要: 接口 2.access_token 值: 3 输入值:bearer+空格+值 阅读全文

posted @ 2019-06-01 17:03 jackking 阅读(6909) 评论(0) 推荐(0) 编辑

2018年12月4日

XxPay支付系统-boot版本 使用

摘要: https://segmentfault.com/a/1190000016987391?utm_source=tag-newest 有三个版本: spring boot 版本; spring cloud 版本; dubbo 版本 传送门 XxPay 官网 接口文档 文档库 支付系统管理后台 与龙果支 阅读全文

posted @ 2018-12-04 21:44 jackking 阅读(2551) 评论(0) 推荐(0) 编辑

2018年2月26日

怎么能看出一个网站用什么后台语言开发的

摘要: (1)w3techs.com/sites/info/http://w3techs.com/sites/info/baidu.com把最后的域名换成你想知道的,他会帮你分析 (2)后台语言可以通过服务器类型推测。一般情况下,服务器类型可以通过 Response Header 来看。比如 IIS,一般是 阅读全文

posted @ 2018-02-26 12:47 jackking 阅读(824) 评论(0) 推荐(0) 编辑

2018年1月27日

Idea SpringMVC+Spring+MyBatis+Maven整合

摘要: 创建项目 File-New Project 选中左侧的Maven,选中右侧上方的Create from archetype,然后选中下方列表中的webapp,然后点击Next 在GroupId和ArtifactId中填入指定内容,点击Next 直接点Next 输入项目名称,Finish Idea会自 阅读全文

posted @ 2018-01-27 14:23 jackking 阅读(183) 评论(0) 推荐(0) 编辑

2018年1月21日

IntelliJ IDEA 使用maven 集成SpringMVC+Hibernate

摘要: 准备工作: 安装idea intellij 安装jdk1.8,配好环境变量 安装tomcat 7 准备工作完成之后,就开始创建项目了 创建项目 1.File–>new project–>选择maven–>webapp ,填好公司名称和项目名称,然后一路默认 这个是创建好的默认目录 使用pom.xml 阅读全文

posted @ 2018-01-21 14:29 jackking 阅读(377) 评论(0) 推荐(0) 编辑

2017年8月24日

vue 配置跨域访问

摘要: 主要在config->index.js中配置 proxyTable: { ‘/gameapi’: { changeOrigin: true, // target: ‘http://rap.id.cn/mockjs/20‘, mock地址 target: ‘http://192.168.1.124‘, 阅读全文

posted @ 2017-08-24 11:55 jackking 阅读(2035) 评论(0) 推荐(0) 编辑

2017年8月23日

C# 中用DES 对称Key,IV 加密,前端crypto.js 解密

摘要: 1.服务器端代码 #region 加密 /// <summary> /// 加密 /// </summary> /// <param name="Text"></param> /// <returns></returns> public static string Encrypt(string Te 阅读全文

posted @ 2017-08-23 13:49 jackking 阅读(1066) 评论(0) 推荐(0) 编辑

2017年7月3日

解决SVN Cleanup时遇到错误信息:Cleanup failed to process the following paths:xxxxxxx Previous operation has not finished: run 'cleanup' if it was interrupted Please execute the 'Cleanup' command.

摘要: 解决SVN Cleanup时遇到错误信息:Cleanup failed to process the following paths:xxxxxxx Previous operation has not finished: run 'cleanup' if it was interrupted Pl 阅读全文

posted @ 2017-07-03 14:18 jackking 阅读(1581) 评论(0) 推荐(0) 编辑

2017年4月17日

禅道 项目管理系统

摘要: 禅道是专业的研发项目管理软件 细分需求、任务、缺陷和用例 完整覆盖研发项目核心流程 完整软件生命周期管理 http://www.zentao.net/ 细分需求、任务、缺陷和用例 完整覆盖研发项目核心流程 完整软件生命周期管理 http://www.zentao.net/ 阅读全文

posted @ 2017-04-17 16:05 jackking 阅读(125) 评论(0) 推荐(0) 编辑

导航