码迷,mamicode.com
首页 >  
搜索关键字:style    ( 244891个结果
linux安装php sphinx出错
安装sphinx的php客户端# wget -c http://pecl.php.net/get/sphinx-1.3.0.tgz# tar zxvf sphinx-1.3.0.tgz# cd sphinx-1.3.0# phpize# ./configure --with-php-config=/...
分类:Web程序   时间:2014-05-18 02:08:12    阅读次数:465
反射用法
static void Main(string[] args) { var retul = GetListData("wang"); } public static List GetListData(string name) where ...
分类:其他好文   时间:2014-05-18 02:06:10    阅读次数:243
学习笔记-虚拟机-Vmware-环境搭建,解决CentOS不能上网
虚拟机安装好了CentOs发现不能上网,很是郁闷,之前安装Ubuntu还是没问题的。于是打开右击虚拟机选项卡,打开设置-网络管理发现是NAT模式。好吧 那就设置成桥接模式。发现设置完成后,可以上网。但是,不是我想要的效果。于是找找资料看看什么原因在NAT模式下不能上网。首先,切回NAT模式后,网络图...
分类:其他好文   时间:2014-05-18 02:05:15    阅读次数:389
电磁场电磁波 第二课
方向性导数= 梯度与该方向单位矢量的点乘判断一个矢量是否是单位矢量可以看他的莫是否等于1一个矢量的莫就是等于x分量的平方+y分量的平方+z分量的平方然后对他们的和开方单位矢量= 矢量除以矢量的莫
分类:其他好文   时间:2014-05-18 01:58:58    阅读次数:212
QT编译mysql驱动
一、 下载mysql C链接库地址:http://dev.mysql.com/downloads/二、 安装下载好的mysql驱动文件注意,一定要安装在不含有中文、空格以及特出符号的文件、路径中,为了方面起见,我直接安装在了 E:\MySQL 目录下,建议这么做。三、 库文件拷贝我的QT 安装目录为...
分类:数据库   时间:2014-05-18 01:55:52    阅读次数:504
Java 静态代码块执行顺序
publicclassTest1{publicstaticintk=0;publicstaticTest1t1=newTest1("t1");publicstaticTest1t2=newTest1("t2");publicstaticinti=print("i");publicstaticintn...
分类:编程语言   时间:2014-05-18 01:54:52    阅读次数:285
Leetcode | Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k then le...
分类:其他好文   时间:2014-05-18 01:53:53    阅读次数:331
【LeetCode】Longest Consecutive Sequence
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
分类:其他好文   时间:2014-05-18 01:52:45    阅读次数:317
winform小程序------数字猜大小(经典线程和自动生成控件的小例子)
一:上图二:相关代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Sys...
分类:编程语言   时间:2014-05-18 01:51:47    阅读次数:407
[开源项目-MyBean轻量级配置框架] MyBean的特性和MyBean的开始
[概述]自从mBean框架出生后,受到很多朋友的关注,在公司的外包项目中得到了不错的应用。由于mBean是公司的项目,不便开源,于是这几天利用晚上的时间和周末的时间重写了底层beanMananger.dll所有代码。并加入了很多新的特性。正式进行开源,希望和大家一起完善这个平台。[MyBean畅想]...
分类:其他好文   时间:2014-05-18 01:50:44    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!