码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
20141202
1.显示大写形式1 style="text-transform: uppercase;"注意:只会显示为大写,如果传递数值接受到的依旧是原形式String.toUpperCase();
分类:其他好文   时间:2014-12-02 13:23:36    阅读次数:124
JSON字符串转JSON对象
<script type="text/javascript"> var _notifyTRTemplate = "<tr><td><a href=‘./ZYYatHenan/Login_Return_XML.aspx?id={id}‘ target=‘_blank‘>{title}</a></td><td>{time}</td></tr>"; $(function () { ...
分类:Web程序   时间:2014-12-02 12:06:42    阅读次数:155
Js Json 互转
推荐://js对象转换为 JSON 文本var text = '[{"id":1,"name":"C","size":"","date":"02/19/2010","children":[{"id":2,"name":"Program Files","size":"120 MB","date":"0...
分类:Web程序   时间:2014-12-02 10:26:33    阅读次数:203
sublime text 3 乱码
sublime text 是一款很好用的文字编辑软件,可谓是程序员必备,但是最近发现在mac端使用的时候,中文乱码,网上一些解决方案,抄袭严重,没有解决实际问题,所以记录下自己解决问题的过程。1、打开Sublime Text 3,按windows:Ctrl+~;mac:control+~打开控制行,...
分类:其他好文   时间:2014-12-02 01:34:41    阅读次数:196
xml转datatable和json
xml字符串转为DataTable与Jsonusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Xml;using System.Text;using System...
分类:Web程序   时间:2014-12-02 01:31:11    阅读次数:242
将android中如何调整Toast位置?
Toasttoast=Toast.makeText(ResultActivity.this,text,100);//通过setGravity()方法设置toast的显示位置,//第二个参数和第三个参数分别代表距离屏幕左边和上边的像素,//当都为0时,则显示在屏幕左上角。toast.setGravity(Gravity.TOP|Gravity.LEFT,0,0);toast.show();
分类:移动开发   时间:2014-12-02 00:20:08    阅读次数:174
Vs2012在Linux开发中的应用(12): 编译静态库
快乐虾 http://blog.csdn.net/lights_joy/ 欢迎转载,但请保留作者信息 原来以为要生成静态库只需要重载任务就可以了:     Target     Name="Lib"     >     Message Text="lib target" Importance="High" />     EmbedLinuxL...
分类:系统相关   时间:2014-12-02 00:12:45    阅读次数:349
C#如何生成二维码详解(含解码)
using System;   using System.Collections.Generic;   using System.ComponentModel;   using System.Data;   using System.Drawing;   using System.Linq;   using System.Text;   using System.Windows.Fo...
分类:Windows程序   时间:2014-12-02 00:09:20    阅读次数:680
抽象类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ abstract class A { publi...
分类:其他好文   时间:2014-12-01 23:53:24    阅读次数:238
前端实战遇到问题
1、单行文本垂直居中的方法:将line-height设为和所在元素的高度一样。例如,使文字在div中水平和垂直居中,假设你的DIV是高度100PX,宽度是1000PX,那你这样写,你的文字就会水平垂直居中:水平垂直居中 。 text-align:center意思就是说,让这个DIV里的文字水平居中,...
分类:其他好文   时间:2014-12-01 23:50:20    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!