码迷,mamicode.com
首页 >  
搜索关键字:visible    ( 1388个结果
IP Editor IP控件
HWND hIpEdit;void __fastcall TForm2::FormCreate(TObject *Sender){ hIpEdit = CreateWindow(WC_IPADDRESS, NULL, WS_CHILD | WS_VISIBLE, 10, 10, 135, 47...
分类:其他好文   时间:2014-09-01 12:16:53    阅读次数:168
Could not generate CGLIB subclass of class[class X
Spring AOP 配置需要注意的问题,CGLIB 在生成aop代理类的时候,报错: Could not generate CGLIB subclass of class [class XXXX]: Common causes of this problem include using a final class or a non-visible c...
分类:其他好文   时间:2014-08-29 18:37:48    阅读次数:476
解决.Net设置只读、隐藏后后台获取不到值的问题
在前台页面上放了几个textbox,用ReadOnly=true设置不可编辑,用visible="False"设置不可见用jquery给textbox赋值后在后台页面获取不到textbox中填写的值解决方法如下:用style="display:none"设置隐藏以下几种方法可解决只读问题:1、不设置...
分类:Web程序   时间:2014-08-26 15:22:36    阅读次数:239
spoj 7001. Visible Lattice Points GCD问题 莫比乌斯反演
SPOJ Problem Set (classical)7001. Visible Lattice PointsProblem code: VLATTICEConsider a N*N*N lattice. One corner is at (0,0,0) and the opposite one ...
分类:其他好文   时间:2014-08-24 20:42:43    阅读次数:146
POJ1436Horizontally Visible Segments线段树+lazy
判断3条线段是否联通,如果任意2条线段联通,则3条线段联通;开一个hash[i][j]保存第i条线段和第j条线段的关系,每次插入新的线段前都需要先判断此直线是否与前面的其他线段联通,再将这条线段插入;PS:要注意的一点是需要先对所有的线段关于x坐标进行排序,然后再按照熟顺序插入线段; #include #include #include #include #include #inclu...
分类:其他好文   时间:2014-08-23 12:43:30    阅读次数:247
Poj1436Horizontally Visible Segments线段树
#include #include #include #include #include #include #include #include #include #include #include #include #includeusing namespace std;#define lson l...
分类:其他好文   时间:2014-08-22 00:04:45    阅读次数:146
POJ 3090 Visible Lattice Points
Description A lattice point (x, y) in the first quadrant (x and y are integers greater than or equal to 0), other than the origin, is visible from the origin if the line from (0, 0) to (x, y) d...
分类:其他好文   时间:2014-08-16 21:11:56    阅读次数:206
Qt操作excel
QAxWidget excel("Excel.Application");1) 显示当前窗口:excel.setProperty("Visible", true);2) 更改 Excel 标题栏:excel.setProperty("Caption", "Invoke Microsoft Excel...
分类:其他好文   时间:2014-08-15 21:04:29    阅读次数:339
Windows 7 incorrectly reports "No Internet Access"
PROBLEM DESCRIPTIONWindows 7 may sometimes report that it has "No Internet Access"; this is visible via the System Tray icon showing a yellow exclamat...
分类:数据库   时间:2014-08-15 17:41:29    阅读次数:330
VBS脚本操作网页元素
=================打开百度,点击百度按钮====================Dim btn,ieSet ie = WScript.CreateObject("InternetExplorer.Application")ie.Visible = true '若为false,则...
分类:Web程序   时间:2014-08-14 01:15:57    阅读次数:818
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!