摘要:
<style>#vertgraph{}{width:378px;height:207px;position:relative;background:url("http://www.ximicc.com/attachments/month_0803/52008310134528.gif")no-repeat;}#vertgraphul{}{width:378px;height:207px... 阅读全文
CVer Learns ML.I am Shicai, interested in Computer Vision, Pattern Recognition, Machine Learning and Web Design. @Southeast University, Nanjing 211189, PR China |
摘要:
<style>#vertgraph{}{width:378px;height:207px;position:relative;background:url("http://www.ximicc.com/attachments/month_0803/52008310134528.gif")no-repeat;}#vertgraphul{}{width:378px;height:207px... 阅读全文
摘要:
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><... 阅读全文
摘要:
<style>dl{margin:0;padding:0;}dt{position:relative;/*IEisdumb*/clear:both;display:block;float:left;width:104px;height:20px;line-height:20px;margin-right:17px;font-size:.75em;text-align:right;}dd... 阅读全文
摘要:
1、获取服务器端当前日期 Date myDate = new Date(); 2、获取当前年、月、日: Date myDate = new Date();int thisYear = myDate.getYear() + 1900;//thisYear = 2003int thisMonth = myDate.getMonth() + 1;//thisMonth = 5int thisDate =... 阅读全文
摘要:
在确保主机已连上互联网的情况下,按以下步骤设置: 1、打开ActiveSync ,点击“文件”——>“连接设置”,在“允许连接到以下其中一个端口”下选择“DMA”。 2、打开 VS2005,点击菜单“工具”——>“设备仿真管理器”,选择一个windows mobile 5.0 PocketPC 模拟器。在右键菜单中点击“连接”。等模拟器启动后,再点击“插入底座”,此时,通过ActiveSync来连... 阅读全文
摘要:
1、准备: 硬件:Moto V180手机,MP3 大头数据线,PC 软件:Motorala Phone Tools(MPT),V180驱动(36k) 适合开了GPRS,最好是包月的人 其他Moto手机也可以参考的 2、将V180与PC相连,在设备管理器里找的Moto V180,更新驱动,然后搜索驱动的目录,驱动主要有4个文件,安装好 3、断开V180与PC连接,打开MPT,建... 阅读全文
摘要:
转自:"http://bbs.blueidea.com/viewthread.php?tid=185536&page="1. 这个在状态栏没有变化 2. 以超链接形式关闭窗口,会在状态栏看见 或者Close3.这个试用不太成功 关闭窗口无提示 阅读全文
摘要:
哈哈,今天学会做一个小花布相框了哦。 从这个地方学来的:http://202.107.231.135/bbs/oblog/user1/323/archives/2006/29715.shtml步骤如下: 1、用photoshop打开图片。用矩形选框工具选一个比原图稍微小一点的矩形。 2、按Q,进入快速蒙版。 3、点击工具栏上“滤镜——扭曲——玻璃”。参数设置如下:扭曲度6,... 阅读全文
摘要:
首先要定义一个样式,比如下面这个: 然后在aspx页面里,给Gridview添加OnRowDataBound="GridView1_RowDataBound",最后在cs页面写GridView1_RowDataBound的方法,在方法里给GridView相应行添加样式,代码如下: protected void GridView1_RowDataBound(object sender, Grid... 阅读全文
|