码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
MySQL 通用二进制安装(generic binary installation )
Installationsteps->useraddmysql->cd/tmp;tar-xzfmysql-VERSION-OS.tar.gz-C/usr/local->cd/usr/local;mvmysql-VERSION-OSmysql->chown-Rroot.rootmysql->mkdir-p/data/db/mysql/3306->chownmysql.mysql/data/db/mysql/3306->cd/usr/local/mysql->scr..
分类:数据库   时间:2014-08-01 13:54:41    阅读次数:271
ADO.net之2-连接数据库成功---ShinePans
数据库的配置: 连接字符串: server=潘尚\\SQLEXPRESS;database=db_test;Trusted_Connection=true 连接代码: using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq...
分类:数据库   时间:2014-08-01 10:55:21    阅读次数:236
安装vm tools--出错The path "/usr/bin/gcc" is not valid path to the gcc binary”
系统环境: ubuntu12.04安装vm tools时出现如下问题The path "/usr/bin/gcc" is not valid path to the gcc binary解决方案:#cat /proc/versionLinux version 3.2.0-29-generic (bu...
分类:其他好文   时间:2014-08-01 10:31:21    阅读次数:230
HDU 1506 Largest Rectangle in a Histogram
Problem Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the fi...
分类:其他好文   时间:2014-08-01 09:16:21    阅读次数:280
使用C# 实现文件锁
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-08-01 09:10:21    阅读次数:233
重载运算符
========================================运算符重载-------------------------------------------------------------------------Vector.csusingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConso..
分类:其他好文   时间:2014-08-01 00:13:21    阅读次数:260
无Border可移动窗体
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:移动开发   时间:2014-07-31 23:21:20    阅读次数:338
Winform Windows Media Player 简易播放器
新手上路,高手勿进! 窗体设计: 实现效果: 实现代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Tex...
分类:Windows程序   时间:2014-07-31 20:47:37    阅读次数:419
本地vbs调试快速显示输出
function setClipBoard(str) Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("clip") Set oIn = oExec.stdIn oIn.WriteL...
分类:其他好文   时间:2014-07-31 16:11:36    阅读次数:216
superMap Object 属性查看的一点代码
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-07-31 16:10:46    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!