社区
非技术区
帖子详情
as
rk0610
2011-06-14 07:24:40
...全文
69
2
打赏
收藏
as
[图片]
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
2 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
rk0610
2011-06-14
打赏
举报
回复
][/img]][/img]
rk0610
2011-06-14
打赏
举报
回复
][/img]
支持生成中文excel的as3xls
as3xls是actionscript3操作excel的开源lib 官方网址http://code.google.com/p/as3xls/ 官方版本目前不支持中文 本包对将ExcelFile类中的saveToByteArray()改为saveToByteArray(charset:String ="cn-gb")以支持各种...
指定两个日期, 计算相隔的天数
Function DateDiffInterval(intervalType As String, startDate As Date, endDate As Date) As Long DateDiffInterval = DateDiff(intervalType, startDate, endDate) End Function ``` 在这个函数中,你可以通过...
经典sql语句大全(基础篇、提升篇、技巧篇)
9. 创建视图:CREATE VIEW viewname AS SELECT statement CREATE VIEW 语句用于创建一个新的视图,viewname 为视图的名称,SELECT statement 为视图的查询语句。 10. 基本的 SQL 语句: * 选择:SELECT * FROM ...
g++ for windows
This page was last updated on September 13, 2005, but still good as of April 30, 2009. Follow these steps to install g++ (the GNU C++ compiler) for Windows. There is no room for creativity here; you...
取整数的几种方法
Dim num As Double = 3.7 Dim roundedNum1 = Math.Round(num) ' 默认四舍五入,结果为 4 Dim roundedNum2 = Math.Floor(num) ' 向下取整,结果为 3 Dim roundedNum3 = Math.Ceiling(num) ' 向上取整,结果为 4 ...
非技术区
1,075
社区成员
6,260
社区内容
发帖
与我相关
我的任务
非技术区
硬件/嵌入开发 非技术区
复制链接
扫一扫
分享
社区描述
硬件/嵌入开发 非技术区
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章