码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
C# ADO.NET数据库操作
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us...
分类:数据库   时间:2015-01-10 12:43:41    阅读次数:197
案例讲解asp.net中jquery post的用法
一、post案例: 1.前台default.aspx: $.post发送请求 <script type="text/javascript" src="Jscript/jq...
分类:Web程序   时间:2015-01-10 12:40:55    阅读次数:209
HTML和CSS
1.html常用标签:Text,Textarea,Radio,Checkbox,Select,File,Hidden,Submit,Reset,Button 2. 一般说来CSS所有样式有下面的规则(第四个最有优先性) 1). Browser default: 浏览器默认 2). Ext...
分类:Web程序   时间:2015-01-10 12:32:24    阅读次数:206
warning: shared library text segment is not shareable
warning: shared library text segment is not shareableerror: treating warnings as errors近期在调试一个Gsensor, 代码是从android4.2上直接移植过来的。但却一直编译只是, 纳闷了。。。baidu不行g...
分类:其他好文   时间:2015-01-10 10:01:50    阅读次数:687
C#求水仙花数!
最近在入门学习.NET编程,慢慢的学习了一些门道,同时也需要将学习的点点滴滴记录下来,今天我就自己想了想,把水仙花数的代码写出来,运行也通过了,就贴在这里,分享给大家,也给自己做一个记录。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.T...
分类:Windows程序   时间:2015-01-10 01:11:23    阅读次数:291
C# 编写9*9乘法表!
??using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication10{    class Program    {        static void Main(string[] ...
分类:Windows程序   时间:2015-01-10 01:06:47    阅读次数:206
ubuntu 安装bugzilla---index.cgi show text
安装完 bugzilla 之后 访问 url/bugzilla 之后没有出现登录界面,而是出现了index.cgi代码。 解决办法: ?You can see if the directory /etc/apache2/mods-enabled/ has a symlink?cgi.load. If there is no ...
分类:系统相关   时间:2015-01-09 23:53:33    阅读次数:444
C#画百分比水平球图形
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2015-01-09 23:42:06    阅读次数:355
mysql索引类型normal,unique,full text,spatial
mysql索引类型normal,unique,full text,spatial...
分类:数据库   时间:2015-01-09 19:21:32    阅读次数:306
一个字符串多个图片进行截取替换并添加图片宽度
<?phpheader("Content-type:text/html;charset=utf-8");$str=‘asdfasdfasdf<imgsrc="http://192.168.7.182:8083/File/upload/2015/0109/14/54af75cebaa20.jpg"alt="">ffggfsdasdfasdfasdfasdfasdfsadfasdf<imgsrc="http://192.168.7.182:8083/File/upload/2015/010..
分类:其他好文   时间:2015-01-09 17:37:58    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!