2016年9月23日

Excel VBA 操作 复制拷贝操作

摘要: Attribute VB_Name = "模块11" Dim inputdate As String Dim newbook As Workbook Sub 提取数据() Dim ws As Worksheet Dim datestr As String Dim phone As String Dim money As String Dim goods As String D... 阅读全文

posted @ 2016-09-23 15:37 tdyx 阅读(2935) 评论(0) 推荐(0) 编辑

2016年5月18日

AutoLayout constraintsWithVisualFormat

摘要: [NSLayoutConstraint constraintsWithVisualFormat:<visual format string>options:<options>metrics:<metrics>views: <views dictionary>];constraintsWithVisu 阅读全文

posted @ 2016-05-18 21:26 tdyx 阅读(149) 评论(0) 推荐(0) 编辑

2012年7月26日

Directx 光照添加

摘要: 添加光照的步骤1、启用光照 SetRenderState(D3DRS_LIGHTING,true) 默认值2、设置光源 (点光源D3DLIGHT_POINT,聚光灯D3DLIGHT_SPOT,方向光D3DLIGHT_DIRECTIONAL)D3DLIGHT9 光照结构体3、注册光照 SetLight(id,D3DLIGHT9 )4、使用光照 LightEnable(id,true); 可多个5、启用光照状态 (环境光,慢射光,镜面光) 可选多个 阅读全文

posted @ 2012-07-26 23:55 tdyx 阅读(181) 评论(0) 推荐(0) 编辑

2012年6月7日

make file

摘要: make -n or --just-print 会打印出执行步骤,但并不执行结果 加@ 将不打印出此命令 make -s or --slient 将不打印所有命令 忽略命令返回结果 前加 - 全局的 make -i 阅读全文

posted @ 2012-06-07 17:01 tdyx 阅读(162) 评论(0) 推荐(0) 编辑

导航