码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
dom入门
当网页被加载时,浏览器会创建页面的文档对象模型(Document Object Model)。//显示,改变html内容document.getElementById("p1").innerHTML="New text!";//显示,改变html属性document.getElementById("...
分类:其他好文   时间:2014-05-09 10:37:09    阅读次数:254
初学java之触发响应事件
1 2 import java.awt.*; 3 import javax.swing.*; 4 import java.awt.event.*; 5 6 class WindowActionEvent extends JFrame 7 { 8 JTextField text;...
分类:编程语言   时间:2014-05-09 04:43:08    阅读次数:289
Android 和 PHP 之间进行数据加密传输
Android 和 PHP 之间进行数据加密传输[代码] [Java]代码1 mcrypt = new MCrypt();2 /* Encrypt */3 String encrypted = MCrypt.bytesToHex( mcrypt.encrypt("Text to E...
分类:移动开发   时间:2014-05-09 04:31:05    阅读次数:442
C#发送邮件代码
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;namespace MailGet{ public class Utility ...
分类:其他好文   时间:2014-05-09 03:30:26    阅读次数:269
NPOI 2.0 读取、编辑、保存Excel文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using NPOI.SS.UserModel;using NPOI.XSSF.UserModel;na...
分类:其他好文   时间:2014-05-09 03:29:58    阅读次数:318
HTML语言
1 HTML入门 HTML 指的是超文本标记语言 (Hyper Text Markup Language) 扩展名: .html 或 .htm 需要使用浏览器进行解析(查看) HTML源...
分类:Web程序   时间:2014-05-09 03:07:12    阅读次数:415
<li>圆点样式在chomme浏览器中和其他浏览器区别
今天用chomme测试时候发现,我的标签的圆点跑到右边去了。我的标签中有标签。综合分析了一下:除chomme之外,所有浏览器标签的圆点都绝对定位在标签之外,而chomme的圆点是在标签里面 (说明:属于标签内容的一部分)当我标签的标签给了float:left之后,圆点就被挤到右边去了。解决办法:中的...
分类:其他好文   时间:2014-05-09 03:02:05    阅读次数:243
SAP smartforms之Zebra print control language
因为在做个小标签的时候需要将部分字符旋转180度,在scn上找了很久也发布了自己的提问,不过最终的结果却不尽人意。Rotated text in smartforms need use the PCL to control the printer,But part of our printers w...
分类:其他好文   时间:2014-05-08 22:32:20    阅读次数:471
怎么判断UITextField 输入为空 输入全为空格
NSString *temp = [textField.text stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceCharacterSet]];     //看剩下的字符串的长度是否为零     if ([temp length]!=0) { ...     }...
分类:其他好文   时间:2014-05-08 17:14:15    阅读次数:502
微信订阅号开发笔记(五)
1、用户管理//查询所有分组 publicfunctionqueryGroups(){ $url="https://api.weixin.qq.com/cgi-bin/groups/get?access_token="; $url.=$this->getacctoken(); $result=$this->cget($url); header("Content-type:text/html;charset=utf-8"); print_r($result); } //创建..
分类:微信   时间:2014-05-08 16:45:04    阅读次数:726
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!