其他
命名空间:using System.Drawing;using System.Drawing.Imaging;using System.Windows.Forms;相关代码//获得当前屏幕的分辨率Screen scr = Screen.PrimaryScreen;Rectangle rc = scr...
分类:其他 时间:2014-08-29 14:27:38 收藏:0 阅读:251
Minimum Spanning Treehttp://acm.hdu.edu.cn/showproblem.php?pid=4408模板题 1 #include 2 #include 3 #include 4 #include 5 #define mt(a,b) memset(a,b,s...
分类:其他 时间:2014-08-29 14:27:18 收藏:0 阅读:285
做了一个通过字符串ID查找页面控件并且给页面控件赋值的功能,过程中遇到了this.FindControl("id")返回值都是Null的问题,记录一下解决办法。问题的原因是我所要查找的ID控件的父控件不是this所造成的。所以我写了一个递归方法获取控件: 1 /// 2 /// 获取页面中某个控件....
分类:其他 时间:2014-08-29 14:27:08 收藏:0 阅读:249
在unity中使用代码,理论上来说可以加载assetbundle。using UnityEngine;using System.Collections;public class AssetBundleLoader : MonoBehaviour { // Use this for initializ...
分类:其他 时间:2014-08-29 14:26:47 收藏:0 阅读:192
1. Receiving 相关 參照 Note: 402245.1, 跑 rcv11i_sa.sql 就能够, 输入 po number, 其余默认. 參照 Note: 1294177.1, 假设上面的脚本有问题, 能够从这个 Note 里面下载脚本, 对各个表单独查找数据.2. Order M.....
分类:其他 时间:2014-08-29 14:26:08 收藏:0 阅读:293
分类:其他 时间:2014-08-29 14:25:37 收藏:0 阅读:142
Button btn1;btn1.setId(1001);int width; // layout width;int btnWidth; // btn width;int btnHeight; // btn height;…….RelativeLayout.LayoutParams p = ne....
分类:其他 时间:2014-08-29 14:25:18 收藏:0 阅读:1332
@功能: SerialPortList 类实现当前可用的串口进行实时扫描,当发现有新的串口 或是现有串口消失时,SerialPortList类将发出一个QStringList类型的 信号onNewSerialPort,QStringList类型对象中存放当前可用的串口设备。 @使用方法: 1、Qt版...
分类:其他 时间:2014-08-29 14:25:08 收藏:0 阅读:533
1 /* 2 树形dp! 3 判重思路: 4 当dp[v][0]==dp[v][1]时,很自然,flag[u][0]必然是有两种方案的。flag[u][1]则不然, 5 因为它只和dp[v][0]有关系。而若flag[v][0]不唯一时,则必然flag[u][1]也不唯一 ...
分类:其他 时间:2014-08-29 14:24:18 收藏:0 阅读:194
Battle for SilverTime Limit: 2999/999MS (Java/Others) Memory Limit: 65432/65432KB (Java/Others)Piet Hein was a Dutch naval officer during the Eighty ....
分类:其他 时间:2014-08-29 14:23:58 收藏:0 阅读:97
1151662151663151664166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!