码迷,mamicode.com
首页 > 2016年08月06日 > 全部分享
一元云购qq互联回调地址错误解决办法
经过追踪,点击登录后调用 system/modules/api/下面的qqlogin.action.class.php 里面又调用了qq 互联php接口样例里的QC.php的QC类的方法qq_login。在QC.php 找是没有qq_login这个方法 的。因为QC类又继承了Oauth类。找到Oau ...
分类:其他好文   时间:2016-08-06 09:54:18    阅读次数:403
杭电 2647 Reward (拓扑排序反着排)
Description Dandelion's uncle is a boss of a factory. As the spring festival is coming , he wants to distribute rewards to his workers. Now he has a t ...
分类:编程语言   时间:2016-08-06 09:54:11    阅读次数:235
函数指针、回调函数、系统调用区别
函数指针、回调函数、系统调用区别1.函数指针 2.回调函数 体现: 1.函数名作为参数传递给调用函数。 2.将调用者和被调函数分开,回调函数实现具体的功能,调用者无需关注实现的具体细节。3.系统调用系统调用 --> (0x80)软中断(系统调用表) --> 内核函数 --> 返回到系统调用层 rea ...
分类:其他好文   时间:2016-08-06 09:54:57    阅读次数:119
重大发现 springmvc Controller 高级接收参数用法
1. 数组接收 页面: ?ids=1&ids=2&ids=3 2. list 接收 package cn.zno.smse.pojo; import java.io.Serializable; import java.util.List; public class SystemUser implem ...
分类:编程语言   时间:2016-08-06 09:55:25    阅读次数:636
Md5 util
Md5PasswordEncoder.java http://docs.spring.io/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/authentication/encoding/PasswordEnc ...
分类:其他好文   时间:2016-08-06 09:55:08    阅读次数:163
leetcode2 Two Sum II – Input array is sorted
Two Sum II – Input array is sorted whowhoha@outlook.com Question: Similar to Question [1. Two Sum], except that the input array is already sorted in a ...
分类:其他好文   时间:2016-08-06 09:52:18    阅读次数:139
uboot学习第一天
Windows操作系统BIOS(设置) Windows系统 文件系统 驱动程序 应用程序 linux操作系统bootloader(引导系统) kernel(内核) 文件系统 驱动程序 应用程序 交叉编译:程序编译与执行不在同一台机器 交叉编译工具链:交叉编译需要使用的工具 gcc编译流程1、预处理 ...
分类:其他好文   时间:2016-08-06 09:54:42    阅读次数:211
swagger 入门
官网:http://swagger.io/ Swagger UI 下载地址: https://github.com/swagger-api/swagger-ui 文档:README.md ### DownloadYou can use the swagger-ui code AS-IS! No ne ...
分类:其他好文   时间:2016-08-06 09:52:35    阅读次数:487
JSTL 、 OGNL 与 EL
JSTL: JSP Standard Tag Library OGNL:Object-Graph Navigation Language EL:Expression Language action 中 ognl 中的 # 相当于ActionContext.getContext(); ognl 中的 ...
分类:Web程序   时间:2016-08-06 09:52:50    阅读次数:186
leetcode6 Reverse Words in a String 单词取反
Reverse Words in a String 单词取反 whowhoha@outlook.com Question: Given an input string s, reverse the string word by word. For example, given s = "the sk ...
分类:其他好文   时间:2016-08-06 09:53:53    阅读次数:153
开机配置
一些单词: Legacy 遗产 Legacy Mode 传统模式 BIOS Base Input Output System 基本输入输出系统 UEFI Unified Extensible Firmware Interface 【统一的,可扩展的,固件,接口】 统一的可扩展固件接口 ?扩展阅读? ...
分类:其他好文   时间:2016-08-06 09:51:25    阅读次数:207
struts2 的特征
web.xml ...
分类:其他好文   时间:2016-08-06 09:53:11    阅读次数:105
4.文本编辑器vi的简单实用与指针介绍
前戏: Vi不是用来进行软件开发的,要不要IDE干什么?vi主要是在用它来修改一些配置文件或简单的代码文件、脚本等。 前几天也用到了文本编辑器,不过大多时候是在UI下使用的,那么在命令行下如何使用呢? 正文: 安装 查看vi是否已经安装? cd /bin ls 安装vi (如果没有安装) yum i... ...
分类:其他好文   时间:2016-08-06 09:53:07    阅读次数:159
Java学习笔记(1):注释规范
注释规范 1、 类注释 在每个类前面必须加上类注释,注释模板如下: 2、 属性注释 在每个属性前面必须加上属性注释,注释模板如下: 3、 方法注释 在每个方法前面必须加上方法注释,注释模板如下: 4、 构造方法注释 在每个构造方法前面必须加上注释,注释模板如下: 5、 方法内部注释 在方法内部使用单 ...
分类:编程语言   时间:2016-08-06 09:53:18    阅读次数:141
事务不起作用 Closing non transactional SqlSession
spring文档地址 : http://docs.spring.io/spring/docs/4.2.0.RC1/spring-framework-reference/htmlsingle/#transaction-declarative-annotations 说明: 代理模式中,只拦截外部方法调 ...
分类:数据库   时间:2016-08-06 09:52:00    阅读次数:4949
一些好的查询网站
全国企业信息查询 好商网 www.haob2b.com 卫星地图 相约久久 http://www.meet99.com/map ip 、区号、手机归属地 、 地名查询 查询网 http://www.ip138.com/ 这是幻觉吗:http://neave.com/strobe/ ...
分类:Web程序   时间:2016-08-06 09:52:26    阅读次数:129
hdu 5802 Windows 10
官方题解: Windows 10 _您可能是正版Windows 10的受害者_ 直接贪心就好 比较直观的看法是使劲往下降,然后升回来 或者使劲往下降然后停顿然后再使劲往下降。。。 于是就能将问题变成一个子问题,然后dfs就好 需要注意的是由于按up键也可以打断连续向下的功效 所以应该记录停顿了几次, ...
分类:Windows程序   时间:2016-08-06 09:52:24    阅读次数:199
1673条   上一页 1 ... 71 72 73 74 75 76 77 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!