码迷,mamicode.com
首页 >  
搜索关键字:style    ( 244891个结果
web-project 故障修复功能 传递所有的event_id数据到后台
1 22 23 24 25 26 27 故障信息28 {% module Uptime() %}29 30 31 32 33 {% if lists != [] %}34 35 {% end %}36 37 {% for d in lists %...
分类:Web程序   时间:2014-07-10 12:19:55    阅读次数:150
JS函数实现金额小写转大写
止乎于分享! 1 ///小写金额转化大写金额 2 function AmountLtoU(amount) { 3 if (isNaN(amount) || amount >= 1000000000000) return "无效金额!"; //数值最大不超过1万亿 4...
分类:Web程序   时间:2014-07-10 12:19:14    阅读次数:196
NVelocity 实例
using System;using System.IO;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using Sy...
分类:其他好文   时间:2014-07-10 12:18:40    阅读次数:160
An Apple a day keeps the doctor away
An apple a day keeps the doctor away. 一天一苹果,不用请医生。活学活用:appleas like as an apple to an oyster 毫无相同之处The rotten apple injures its neighbours. [谚]一只烂, 烂一...
分类:移动开发   时间:2014-07-10 12:17:24    阅读次数:285
C语言练手自己编写学生成绩管理系统
#include#include/*定义学生结构体*/struct Student{ char ID[20]; char Name[20]; float Mark1; float Mark2; float Mark3; float Avarage;};/*声明学生...
分类:编程语言   时间:2014-07-10 12:16:39    阅读次数:298
多台linux服务器时间同步
1,设置A机时间服务器: a,修改 /etc/ntp.conf,如下: # Undisciplined Local Clock. This is a fake driver intended for backup# and when no outside source of synchroniz.....
分类:系统相关   时间:2014-07-10 12:15:56    阅读次数:253
IOS下WEBVIEW 的javascript数组与json定义 及交互
最近在折腾IOS新闻浏览客户端,当中需要用到webview传递JSON数据到IOS上,然后在IOS上解析。刚入门IOS不久,看了不少的书,但都是囫囵吞枣。在开发过程中,遇到不少问题。开发环境mac mini (IOS端开发)thinkpad x200s(PHP开发)功能实现:在WEBVIEW创建DO...
分类:移动开发   时间:2014-07-10 12:15:14    阅读次数:307
单表头,多表头导出excel
一、单表头 1 #region 导出 2 if (this.dgvInfo.Rows.Count > 0) 3 { 4 SaveFileDialog saveFileDialog = new SaveFileDialo...
分类:其他好文   时间:2014-07-10 12:12:06    阅读次数:270
Objective-C学习之解析XML
通过soap请求webservice时,返回的数据是XML类型,有时候也需要解析本地的xml数据等,苹果自带类NSXMLParser解析xml还是很方便的,简单轻便本文以解析本地XML为例,网络获取到的返回值只需转换成NSData型,解析是同理需要解析的xml文件如下,users.xml010203...
分类:其他好文   时间:2014-06-29 18:26:51    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!