码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
发送邮件字符转换
//將html轉為text public string HtmlToText(string strContent) { strContent = strContent.Replace("&amp", "&"); ...
分类:其他好文   时间:2014-07-06 23:15:59    阅读次数:309
新浪微博--状态发布及图片的上传
#pragma mark 发微博界面:sendStatus-(void)sendStatus{ if ([self.textView.text isEqualToString:@""]) { UIAlertView *alter = [[UIAlertView alloc...
分类:其他好文   时间:2014-07-06 22:34:00    阅读次数:293
iOS 判断字符串中含有某个字符串rangeOfString
//_roaldSearchTextif([roadTitleLab.text rangeOfString:@"格力"].location !=NSNotFound) NSLog(@"yes");else NSLog(@"no");
分类:移动开发   时间:2014-07-06 21:52:19    阅读次数:253
postgres时间转换函数
函数返回类型描述例子to_char(timestamp, text)text把时间戳转换成字串to_char(current_timestamp, 'HH12:MI:SS')to_char(interval, text)text把时间间隔转为字串to_char(interval '15h2m12s'...
分类:其他好文   时间:2014-07-06 21:31:07    阅读次数:340
C# testJsonAsXMLNodeAttribute - XML& json & Collections - XmlNode, XmlElement, XmlAttribute,Dictionary,List
testJsonAsXMLNodeAttributeusing Newtonsoft.Json;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threadi...
分类:Web程序   时间:2014-07-06 21:20:53    阅读次数:193
css2
text-decoration:underline; /*定义文字具有下划线*/text-decoration:none; /*定义文字不带有下划线*/font-weight:bold; /*加粗文字*/overflow:hidden的作用是隐藏溢出 也就是超出的部分隐藏padding-botto....
分类:Web程序   时间:2014-07-05 16:44:15    阅读次数:190
[Cocos2d-x]在Cocos2d-x 3.x版本中如何通过WebSocket连接服务器进行数据传输
WebSocket首先新建一个空的文件夹,通过npm安装nodejs-websocket:npm install nodejs-websocket 新建app.js文件:var ws = require("nodejs-websocket"); ws.createServer(function(conn){ conn.on("text", function (str) {...
分类:Web程序   时间:2014-07-05 11:02:09    阅读次数:335
qml可以这么玩
Qt 5以后qmlscene被qml所替代,/usr/bin/qml可以用来执行.qml文件。所以,我们就可以和sh一样的来写界面了。#!/usr/bin/env qml import QtQuick 2.2 Rectangle { width: 200 height: 100 Text { anchors.centerIn: parent ...
分类:其他好文   时间:2014-07-04 09:14:40    阅读次数:259
如何将twitter关联到你的magento站点 oauth1
public function post_tweet($tweet_text) { include_once('twitter/tmhOAuth.php');//tmhOAuth.php为twitter api,放到/lib/twitter下,下载地址请往下阅读 $connection = new tmhOAuth(array( 'consumer_key...
分类:其他好文   时间:2014-07-04 07:59:39    阅读次数:376
【微信公众平台开发】封装获取天气预报功能
微信公众平台小功能多点,可以增加用户的粘性,不会感觉你微信没内容,就把你给取消关注了。所以得折腾各种有的没的东西。 个人封装天气预报功能代码如下(说明网上有很多此类代码,但是要自己理解,就得实际折腾) <?php header('Content-Type:text/html;charset=utf-8'); class WeChatMsgType { private $toUser...
分类:微信   时间:2014-07-04 06:54:57    阅读次数:531
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!