码迷,mamicode.com
首页 >  
搜索关键字:unable to set localhost    ( 74051个结果
关于int main(int argc,char* argv[])详解
平时在VS的环境下,主函数总会看到这两个参数,今天突然很想知道这两个参数的原理以及作用,因此查了下资料。真心受教了。下面的博文是在百度空间看一位大神的,原文链接:http://hi.baidu.com/sgglong70626/item/8881322b2dce21c1ee10f11eargc是命令...
分类:其他好文   时间:2014-05-05 12:48:27    阅读次数:324
国际电话号码的区号mysql数据表
-- phpMyAdmin SQL Dump-- version 3.5.2-- http://www.phpmyadmin.net---- Host: localhost-- Generation Time: Oct 12, 2012 at 07:27 PM-- Server version: 5...
分类:数据库   时间:2014-05-05 12:47:05    阅读次数:2394
小记
一.cookie(储存在用户本地终端上的数据)//mycookie为设置的cookie名,$user是需缓存的值 1.setcookie(“mycookie”,$user); //1800是保存的时间 2.设置保存半小时:setcookie(“mycookie”,$user,time()+1800)...
分类:其他好文   时间:2014-05-05 12:43:18    阅读次数:282
[King.yue]Ext.JS 弹出窗体取值赋值
//从Grid取值 var name = Ext.getCmp(gridGridID).getView().getSelectionModel().getSelection()[0].data.Name; var code = Ext.getCmp(gridGridID)...
分类:Windows程序   时间:2014-05-05 11:36:05    阅读次数:392
qt 设置程序控件样式
1. 以资源文件的形式设置控件样式QFiledata(QString(":/style.qss"));QStringqssFile;if(data.open(QFile::ReadOnly)){QTextStreamstyleIn(&data);qssFile=styleIn.readAll();d...
分类:其他好文   时间:2014-05-04 20:49:35    阅读次数:317
qt 中文乱码
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8"));QTextCodec::setCodecForLocale(QTextCodec::codecForName("GBK"));
分类:其他好文   时间:2014-05-04 20:37:57    阅读次数:355
自定义Cell的 两种方法!
1.通过xib自定义cell* 添加tableView* 加载团购数据* 新建xib,获取子控件* 封装* 最后引入headerView和footerView(插入广告,加载更多)2.通过代码自定义cell* 引入UITableViewController* 加载模型数据,用自带的cell展示基本数...
分类:其他好文   时间:2014-05-04 20:31:04    阅读次数:430
mysql空值处理,从没尝试过的sql语句
String sql = "update kbr_user k set increment = ifnull(k.increment,0) + " + increment + ",integral = ifnull(k.integral,0) + " + integral + " where use...
分类:数据库   时间:2014-05-04 19:55:31    阅读次数:341
WIN7 64位 IE10打开WEB管理提示证书不安全
用IE10只要在CMD里运行 certutil -setreg chain\minRSAPubKeyBitLength 512就好了
分类:Windows程序   时间:2014-05-04 19:38:10    阅读次数:494
qt杂记_5月3日
测试中出错出错一# ./helloworld -qwsQWSServerSocket::init: Function not implementedQWSServerSocket: unable to create socket.QWSServerPrivate::initServer: serve...
分类:其他好文   时间:2014-05-04 09:56:40    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!