1.获取Excl中sheet的名字SysExcelWorkbooks workbooks = application.workbooks();SysExcelWorkbook workbook;SysExcelWorksheets worksheets;SysExcelWorksh...
分类:
其他好文 时间:
2014-08-20 16:01:22
阅读次数:
180
public void context(){ int selectMenu; FormRun formRun; Args args; Name ...
分类:
其他好文 时间:
2014-08-20 16:01:12
阅读次数:
129
技术帖:青年学子的出路与FPGA芯片应用开发 题外话: 总感觉“年轻人”在字面上不准确,本人更喜欢用“年青人” 同时又感觉“青年人”的现实处境很诡异,更像是“轻年人” 前言: 古语道: 自古英雄出少年 可现在的年青人,特别是...
分类:
其他好文 时间:
2014-08-20 16:00:52
阅读次数:
279
真机测试前准备工作:1.苹果的MAC一台。如果你用的是***不知道可不可以,反正我没用过。。。一般公司都会给你配开发工具的。2.iphone手机一部。(本人纯屌丝,用的iphone4)3.开发者账号。(这是必须的,有时间的话我把申请开发者账号流程也整理一下)如果你手机越狱了,那么就此打住。。。。嘿嘿...
分类:
移动开发 时间:
2014-08-20 16:00:22
阅读次数:
537
定义元素背景设置background-size属性cover自适应填充背景,background-size: 100% 100%;background-size: 左右比例 上下比例;再介绍几个特殊属性:background-clip :background-origin :backgrou...
分类:
Web程序 时间:
2014-08-20 16:00:12
阅读次数:
213
MySQL 数据库常用命令1、MySQL常用命令 create database name; 创建数据库use databasename; 选择数据库drop database name 直接删除数据库,不提醒show tables; 显示表describe tablename; 表的详细描述sel...
分类:
数据库 时间:
2014-08-20 16:00:02
阅读次数:
322
@Overridepublic void init(FilterConfig filterConfig) {//unchecked = filterConfig.getInitParameter("unchecked").split(",");WebApplicationContext wc = W...
分类:
编程语言 时间:
2014-08-20 15:59:52
阅读次数:
155
好久没写过单组数据的题目了 QAQ赤裸裸的模板题#include #include #include #include #include using namespace std;#define sqr(x) ((x) * (x))const int MAXN = 55;const double EP...
分类:
其他好文 时间:
2014-08-20 15:59:42
阅读次数:
199
具体实现过程,主要修改了以下几个地方:第一:角色和用户类中需要修改成SecurityStrategy的方式:具体代码MySecurityRole:using System;using System.Collections.Generic;using System.Linq;using System....
分类:
其他好文 时间:
2014-08-20 15:59:32
阅读次数:
158
mutil render targetPixel shder输出一个结构体Out.f4ColorOut.f4Normal这步在渲染物体的shader里在applicationsetcolortarget(surfColor,0)setcolortarget(surfNormal,1)这两步就可以 P...
分类:
其他好文 时间:
2014-08-20 15:59:12
阅读次数:
175
代码风格指南http://code.google.com/p/google-styleguide/通过这个了解代码规范和编写新代码Open Source Projects Released By Googlehttp://code.google.com/intl/zh-CN/opensource/p...
分类:
编程语言 时间:
2014-08-20 15:59:02
阅读次数:
261
在JavaScript中有一种特殊的数据类型---Function类型,JavaScript的每个函数都是Function类型的实例。由于函数是对象,因此函数名实际上也是一个指向函数对象的指针,不会与某个函数绑定。 1 function sum(num1,num2) 2 { 3 return nu....
分类:
编程语言 时间:
2014-08-20 15:58:52
阅读次数:
272
Grand Central Dispatch (GCD)是Apple开发的一个多核编程的解决方法。dispatch queue分成以下三种:1)运行在主线程的Main queue,通过dispatch_get_main_queue获取。/*!* @function dispatch_get_main...
分类:
移动开发 时间:
2014-08-20 15:58:32
阅读次数:
246
WindowManager mgr = ((WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE));int lastOrientation= mgr.getDefaultDisplay().getRotation()...
分类:
其他好文 时间:
2014-08-20 15:58:22
阅读次数:
241
http://localhost:8080/EChartDynamic/DEcharts_bar1?flag=teacher_sex&dataSource=UTADB http://localhost:8080/EChartDynamic/DEcharts_bar1?flag=title-...
分类:
其他好文 时间:
2014-08-20 15:58:12
阅读次数:
216
一、类型转换概述1、 从一个 HTML 表单到一个 Action 对象, 类型转换是从字符串到非字符串。 因为HTTP 没有 “类型” 的概念,每一项表单输入只可能是一个字符串或一个字符串数组。因此, 在服务器端, 必须把 String 转换为特定的数据类型。(详细讲述可参考《Struts2技术内....
分类:
其他好文 时间:
2014-08-20 15:58:02
阅读次数:
237