码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
php获取本机ip
最近在写个东西时,需要获取本机的IP,但是由于php本身不带这样的功能,在网上找了好久也没有一个好办法,突然想到一个好办法,如下代码 <?=gethostbyname($_ENV['COMPUTERNAME'])?>www.cdxsxbx.com 其中$_ENV['COMPUTERNAME']是获取 ...
分类:Web程序   时间:2019-11-23 18:34:20    阅读次数:100
(三十四)golang--接口
golang的多态特性主要体现在接口上; 主要优势:高内服低耦合; package main import ( "fmt" ) type usb interface { start() stop() } type phone struct { } func (p phone) start() { f ...
分类:其他好文   时间:2019-11-23 18:02:47    阅读次数:63
PAT甲级——1147 Heaps【30】
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2019-11-22 01:25:09    阅读次数:92
4COSC001W: Programming Principles
University of Westminster - School of Computer Science & Engineering4COSC001W: Programming Principles I - Assignment Specification (2019/20)Module lea ...
分类:其他好文   时间:2019-11-21 18:38:20    阅读次数:66
CSCI 370
Queens College, CUNY, Department of Computer ScienceSoftware EngineeringCSCI 370Fall 2019Sateesh R. Mane 2019Due date: presentation in class (see demo ...
分类:其他好文   时间:2019-11-21 18:33:37    阅读次数:61
210. Course Schedule II
There are a total of n courses you have to take, labeled from 0 to n-1. Some courses may have prerequisites, for example to take course 0 you have to ...
分类:其他好文   时间:2019-11-21 11:58:07    阅读次数:69
Revit获取当前视图中的过滤器,或者说图形替换中的过滤器
View view = doc.ActiveView; var filterIds = view.GetFilters();//获取所有过滤器 foreach (ElementId id in filterIds) { ParameterFilterElement filter1 = doc.Get ...
分类:其他好文   时间:2019-11-20 16:47:51    阅读次数:224
C# 打印窗口
private void cmd_prn_Click(object sender, EventArgs e) { if (printDoc.PrinterSettings.IsValid == false) return; Graphics myGraphics = this.CreateGraph ...
分类:Windows程序   时间:2019-11-19 18:51:13    阅读次数:156
207. Course Schedule
There are a total of n courses you have to take, labeled from 0 to n-1. Some courses may have prerequisites, for example to take course 0 you have to ...
分类:其他好文   时间:2019-11-19 13:47:00    阅读次数:65
上周热点回顾(11.11-11.17)
热点随笔: · 领导要求996,我拒绝了 (陈宏鸿) · 为什么很多程序员没有升级到架构师? (hsm_computer) · 2019.NET Conf China(中国.NET开发者峰会)活动全纪录:.NET技术之崛起,已势不可挡 (溪源More) · 2684亿!阿里CTO张建锋:不是任何一朵 ...
分类:其他好文   时间:2019-11-18 09:47:58    阅读次数:99
3369条   上一页 1 ... 33 34 35 36 37 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!