码迷,mamicode.com
首页 >  
搜索关键字:ted    ( 12016个结果
关于微信小程序的tabbar
1.确认你的 app.json下的"pages"对象中 第一个page是你的 tabbar中list集合的第一个page 如: "pages":[ "pages/shouye/shouye", "pages/mainpage/mainpage", "pages/fund/fund", "pages/ ...
分类:微信   时间:2016-12-29 16:52:26    阅读次数:484
shc
A tool for encrytion of bash shell scripts . Install: create one bash script, content follows: Testing it: As you see, two new file were created, 'XX. ...
分类:其他好文   时间:2016-12-29 16:40:42    阅读次数:169
mfc 线程的优先级
知识点: ? 线程优先级 ? 获取当前线程句柄 ? 线程优先级设置 ? 线程优先级变动 ? 线程优先级获取 一、线程优先级(Thread priority ) 简单的说就是(线程)的优先级越高,那么就可以分占相对多的CPU时间片。 每个进程都有相应的优先级,优先级决定它何时运行和占用 CPU 时间。... ...
分类:编程语言   时间:2016-12-29 13:23:53    阅读次数:376
web前端之MVC的JavaScript Web富应用开发一:MVC和类
web前端之MVC的JavaScript Web富应用开发一:MVC和类 开篇: 本书以 assert() 和 assertEqual() 函数来展示变量的值或者函数调用的结果。 assert(...
分类:编程语言   时间:2016-12-29 11:20:28    阅读次数:260
Maple trees(最小覆盖圆)
Maple trees Problem Description There are a lot of trees in HDU. Kiki want to surround all the trees with the minimal required length of the rope . As ...
分类:其他好文   时间:2016-12-29 03:16:47    阅读次数:316
Springfox Reference Documentation
1. Introduction The Springfox suite of java libraries are all about automating the generation of machine and human readable specifications for JSON AP ...
分类:编程语言   时间:2016-12-29 03:13:10    阅读次数:1434
打补丁异常
异常信息(异常类型:System.ArgumentException)异常提示:系统参数异常,请联系管理员处理异常信息:'dataSrcCode'的值不能为空字符串。导致错误的应用程序或对象的名称:Genersoft.Platform.Core.Common引发当前异常的方法:异常相关帮助:堆栈信息 ...
分类:其他好文   时间:2016-12-28 21:18:24    阅读次数:324
springmvc权限过滤器
package com.zbb.cn.filter; import java.io.PrintWriter; import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse; imp ...
分类:编程语言   时间:2016-12-28 21:11:32    阅读次数:317
MyBatis学习(二)、SQL语句映射文件(2)增删改查、参数、缓存
二、SQL语句映射文件(2)增删改查、参数、缓存 2.2 select一个select 元素非常简单。例如:Xml代码 这条语句就叫做‘getStudent,有一个String参数,并返回一个StudentEntity类型的对象。注意参数的标识是:#{studentID}。 select 语句属性配... ...
分类:数据库   时间:2016-12-28 20:45:19    阅读次数:411
jenkens构建脚本
Build Root POM Goals and options Build Root POM Goals and options Build Command# constsSERVER="192.168.60.209"DEPLOY="ROOT"SERIVCE="ddcms"OUT_TGT="tar ...
分类:其他好文   时间:2016-12-28 19:06:43    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!