码迷,mamicode.com
首页 >  
搜索关键字:code banking    ( 108690个结果
动态加载JS
分类:Web程序   时间:2014-04-30 20:51:05    阅读次数:462
sublime sftp
2014-04-29 13:19:09先贴出打开远程(Linux)目录所需的配置文件{ // The tab key will cycle through the settings when first created // Visit http://wbond.net/sublime_...
分类:其他好文   时间:2014-04-30 20:49:48    阅读次数:657
IE兼容模式下 SCRIPT1028: 缺少标识符、字符串或数字
例如下面一段代码 var a = { x: 1, y: 2,};alert(a.x); 如果在IE的兼容性视图(IE7文档模式)下,会报告下面的错误:SCRIPT1028: 缺少标识符、字符串或数字 旧版IE中,json最后一项是不允许有逗号的,为了更好的兼容各个浏览器,json最后的逗号最好不加!...
分类:其他好文   时间:2014-04-30 20:48:24    阅读次数:445
流程实例
1 package com.kite.pi; 2 3 import java.util.List; 4 5 import org.jbpm.api.Configuration; 6 import org.jbpm.api.ProcessInstance; 7 import org...
分类:其他好文   时间:2014-04-30 20:38:40    阅读次数:514
.NET源码保护控件VMProtect免费下载及使用教程脱壳等功能详解
VMProtect是一款全新的软件保护工具。与其它大部分的保护程序不同,VMProtect可修改程序的源代码。VMProtect可将被保护文件中的部分代码转化到在虚拟机(以下称作VM)上运行的程序(以下称作bytecode)中。您同样可把VM想象为具备命令系统的虚拟处理器,该命令系统与Intel 8...
分类:Web程序   时间:2014-04-30 20:35:56    阅读次数:712
UVA 10891 Game of Sum(DP)
This is a two player game. Initially there areninteger numbers in an array and playersAandBget chance to take them alternatively. Each player can take...
分类:其他好文   时间:2014-04-30 20:34:38    阅读次数:519
Cakephp 创建无模型的Controller
控制器(Controller)如果没有特定的表/模型关联的话,哪怕建测试都会出错,但你可以加一行到控制器(Controller)里就好了public $uses=array(); 或者 public $uses=false;2.4以上版本的好像默认可以支持了
分类:Web程序   时间:2014-04-30 20:29:17    阅读次数:407
stream opencv mat (webcam)frame throught tcp by boost asio
客户端:/* * ===================================================================================== * * Filename: client.cpp * * Description:...
分类:Web程序   时间:2014-04-30 20:27:45    阅读次数:726
16 ListView
package mars.listview;import java.util.ArrayList;import java.util.HashMap;import android.app.ListActivity;import android.os.Bundle;import android.view...
分类:其他好文   时间:2014-04-30 20:23:44    阅读次数:474
Ruby:Mechanize的使用教程
小技巧puts Mechanize::AGENT_ALIASES 可以打印出所有可用的user_agentputs Mechanize.instance_methods(false) 输出Mechanize模块的所有方法puts Mechanize.instance_methods() 输出Mech...
分类:其他好文   时间:2014-04-30 20:22:18    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!