
做做就知道
文章平均质量分 79
诺莲霸霸
既然目标是地平线,留给世界的就只有背影!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
专业思维、逻辑思维、明辨思维和创新思维的对比
专业思维是“领域地基”,逻辑思维是“推导钢筋”,明辨思维是“质检监理”,创新思维是“升级引擎”——专业思维提供领域素材,逻辑思维保障推导正确,明辨思维修正认知偏差,创新思维突破发展边界,共同驱动个人/行业的思维成长与实践进步。原创 2025-06-09 01:43:46 · 396 阅读 · 0 评论 -
转载:的用法
标签的实践用法(Myfaces)官方文档中廖廖几笔:Outputs its body as verbatim text. No JSP tags within the verbatim tag (including JSF tags) are evaluated; the content is treated simply as literal text to be copied to the转载 2009-09-30 11:10:00 · 905 阅读 · 1 评论 -
Exercises15.5-4
Exercises 15.5-4 Knuth has shown that there are always roots of optimal subtrees such that root[i,j-1] root[i+1,j], then root[i+1,j](in T[i,j]) must appear in the root[i,j]s left subtree. Since i+1s转载 2009-10-29 10:15:00 · 790 阅读 · 0 评论 -
SQL Server 2005 Analysis Services部署时报告错误
数据源......包含无法用于处理操作的 ImpersonationMode。 解决方法:服务器连接改为“使用服务账户”。具体操作:在数据源里的项目上点击右键->打开->数据源设计器 , 选择“模拟信息”标签->选择“使用服务账户”,确定,执行部署。原创 2009-11-05 10:41:00 · 613 阅读 · 0 评论 -
清理Trans表(一)
利用了cursor和while来读取数据,并把数据写入新的表。此次操作并没有更新originalAmount 的值,也没有对空的bank进行赋值 declare @trans_id varchar(30);declare @account_id int;declare @amount decimal(18,0);declare @balance decimal(18,0);declare原创 2009-11-05 11:00:00 · 699 阅读 · 0 评论 -
Eclipse 学习资源
Eclipse.org 官方网站www.eclipse.orgEclipse官方网站;值得敬佩的是它对Eclipse的介绍真的很全面,从中不仅可以了解Eclipse的项目的组织、进展,而且有很多的技术文章(比如介绍SWT就有一百多个Snippet让初学者快速掌握SWT编写技巧),它的CVS Repository可以让你随时关注项目的更新情况. CVS repositoryhttp://d转载 2009-12-18 20:31:00 · 707 阅读 · 0 评论