码迷,mamicode.com
首页 >  
搜索关键字:core text    ( 70560个结果
原创控件代码共享--日期选择控件
原创控件代码共享--日期选择控件 思路:实现日期年月日的选择 1、可以设定年的起止年份 2、排除不正确日期选择的可能 3、使用javascript实现控制 4、使用Text属性方便获取设置日期值 ================================= 代码如下: using System; using System.Collections; using System...
分类:其他好文   时间:2014-05-12 15:21:22    阅读次数:246
CSS3的文字阴影—text-shadow
CSS3的文字阴影—text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow查看更多:http...
分类:Web程序   时间:2014-05-12 14:19:47    阅读次数:515
《转载》ubuntu Sublime text 3 解决中文输入问题
其实,在这个文章之前,网上都有好多教程了。不知道是不是因为复制黏贴的传播太多,导致有些字符串的丢失,导致编译失败,so库文件无法载入,从而不能输入中文。折腾了许久之后,终于搞定了。记录下来,方便自己下次重装系统的时候用到。按照这个教程装好ST之后,按下面的命令步骤来操作即可使用中文输入。1.下载所需...
分类:其他好文   时间:2014-05-12 13:33:33    阅读次数:356
C# this和base
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(stri...
分类:其他好文   时间:2014-05-12 11:46:04    阅读次数:215
ubuntu忘记密码,无法sudo的解决方法
想要安装一个sublime Text Editor,发现需要root权限,而且sudo用户的密码输进去没有作用!@ubuntu 14.04 LTS这个时候怎么办呢?打开终端,在终端中使用sudo software-center sublime-text_build-3059_i386.deb才可以安...
分类:其他好文   时间:2014-05-12 11:27:33    阅读次数:356
IOS使用Core-Plot画折线图
关于Core-Plot的配置,大家可以参考我的上一篇博客:http://1.wildcat.sinaapp.com/?p=99 版权所有,转载请注明原文转自: 或者你英语好也可以参考github上的wiki介绍:https://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications 先看一下效果图:...
分类:移动开发   时间:2014-05-11 13:22:26    阅读次数:801
C# Socket服务端和客户端互相send和receive
服务端1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Text;4usingSystem.Net.Sockets;5usingSystem.Net;6usingSystem.Threading;78namespaceControl...
分类:其他好文   时间:2014-05-11 04:28:28    阅读次数:329
31 属性
android:id 为控件指定相应的IDandroid:text 指定控件的文本,置尽量使用strings.xmlandroid:grivity 指定控件的基本位置 ,比如举重,居右,android:padding 指定控件的内边距,控件当中的内容android:singleLine 如果设置为真...
分类:其他好文   时间:2014-05-11 00:16:12    阅读次数:385
thinkPHP 接支付宝及时到账接口
支付宝及时到帐接口,现在整理以下:1.先将支付宝提供的公共类库函数库文件防盗thinkPHP的Vender目录下建的一个alipay文件下,以便之后的调用。//四个文件我分别给他们改了下名字,因为由于thinkphp Vender目录下,调用路径的问题,如Vender("Alipay.Core.fu...
分类:Web程序   时间:2014-05-10 23:20:35    阅读次数:682
公共的Json操作类
using System;using System.Data;using System.Text;using System.Collections.Generic;using System.Reflection;using System.Data.Common;using System.Collec...
分类:Web程序   时间:2014-05-10 07:27:45    阅读次数:474
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!