码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
three.js 源码注释(七十三)extras/geometries/TextGeometry.js
TextGeometry用来生成文字,不过要生成中文3d文字,需要将中文字体利用typeface.js将字体转换成js格式的形文件. TextGeometry 文字内容 文字参数选项 For creating 3D text geometry in three.js Text =...
分类:Web程序   时间:2015-01-30 09:04:51    阅读次数:831
socketpair的使用
socketpair函数概要例如以下:#include #include int socketpair(int domain, int type, int protocol, int sv[2]);sys/types.h文件须要用来定义一些C宏常量。sys/socket.h文件必须包括进来定义soc...
分类:其他好文   时间:2015-01-29 22:22:40    阅读次数:407
Multithreading For Performance
[This post is by Gilles Debunne, an engineer in the Android group who loves to get multitasked. — Tim Bray]A good practice in creating responsive appl...
分类:其他好文   时间:2015-01-28 14:34:20    阅读次数:180
Sencha学习笔记4: Creating your First App - 官方创建您的第一个Sencha Touch应用指导
我们将要创建的是一个简单的公司移动网站网络应用。该应用包含一个主页,一个联系人表单,以及一个简单的用来获取Sencha最近更新的博客文章的列表 - 访客可以通过移动设备来阅读浏览该博客信息。...
分类:移动开发   时间:2015-01-28 11:14:07    阅读次数:782
DHCP,DNS,以及网关的意思和存在意义
首先说DHCP,动态主机分配协议,说白了就是为了给客户端电脑自动分配IP地址,子网掩码,还有网关,DNS用的。如果手动设置也是可以的,只要能确保IP地址不被别人占用,你爱用哪个IP都成,如果不懂,客户端就设置成自动获取,就能够从DHCP服务器端获得一个合法的IP了。 DNS是域名解析系统,这东西比较麻烦,Domain Name System。DNS说白了是吧域名翻译成IP地址用的,例如我们在浏览...
分类:其他好文   时间:2015-01-28 09:52:24    阅读次数:109
JS获取当前页面的URL
如果获取“当前”域名host = window.location.host; url=document.domain; url = window.location.href;取得完整url路径: 用以下代码可以完整研证结果:thisDLoc = document.location; thisURL ...
分类:Web程序   时间:2015-01-27 17:45:07    阅读次数:601
设计模式系列之-工厂方法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DPC.Domain;namespace DPC.CreateMo...
分类:其他好文   时间:2015-01-27 16:15:59    阅读次数:189
设计模式系列之-简单工厂
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DPC.Domain;namespace DPC.CreateMo...
分类:其他好文   时间:2015-01-27 16:14:52    阅读次数:140
设计模式系列之-抽象工厂
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DPC.Domain;namespace DPC.CreateMo...
分类:其他好文   时间:2015-01-27 16:14:45    阅读次数:152
优质UI的7条准则(一)
本文原文来自于 Medium:https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-1-559d4e805cda,作者为:Erik D. Kennedy https://twitter.com/erikdkenn...
分类:其他好文   时间:2015-01-27 12:51:37    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!