05 2012 档案

PowerShell 点滴记录
摘要:入门获得文件夹文件列表 Get-ChildItem ..\css *.less -r | Select -expand FullName..\css 是文件夹路径*.css 是文件名模式-r 递归查找Select -expand FullName 转换结果为文件列表定义变量$var 阅读全文

posted @ 2012-05-31 22:26 大宝pku 阅读(167) 评论(0) 推荐(0) 编辑

在线流程图设计工具
摘要:http://www.gliffy.com/gliffy/#Gliffy支持中文,其功能满足你正常的需要,有很多流程图实体供你选择。作为一种在线工具,它继承了协同的概念,你可以和你的同事共同编辑,完成流程图的制作;如果你需要在博客调用,它也可以使你的博客上的图表与其同步更新;如果你需要在VISIO、或矢量制图软件(如Freehand等)中再加工,可以直接导入。 阅读全文

posted @ 2012-05-31 15:35 大宝pku 阅读(320) 评论(0) 推荐(0) 编辑

gcc 编译找不到 exit
摘要:错误:‘exit’在此作用域中尚未声明添加头文件 stdlib.h 即可 阅读全文

posted @ 2012-05-29 13:06 大宝pku 阅读(968) 评论(0) 推荐(0) 编辑

跳跃的心脏
摘要:Export["c:\\a.gif", Table[ContourPlot3D[(x^2 + (9/4 + t) y^2 + (1 - 0.02 t) z^2 - 1)^3 - x^2 z^3 - 9/80 y^2 z^3 == 0, {x, -1.15, 1.15}, {y, -1, 1}, {z, -1.3, 1.3}, Mesh -> None, Boxed -> False, Axes -> None, ContourStyle -> Directive[Red], BoundaryStyle -> None, PlotPoints - 阅读全文

posted @ 2012-05-28 06:18 大宝pku 阅读(784) 评论(0) 推荐(0) 编辑

程序阅读理解题目(高中语文版,附答案)
摘要:来源:http://blog.renren.com/blog/232342242/848626331【原文】 1 #include <stdio.h> 2 3 int fac(int n){ 4 if ( n == 1 ){ /////////////////// 5 return 1 ; /////////////////// 6 } else { ///////////////////////// 7 return n * fac(n-1) ; //////// 8 } //////////////////////////////// 9 }1011 int main(){12 阅读全文

posted @ 2012-05-27 00:07 大宝pku 阅读(419) 评论(0) 推荐(0) 编辑

ASP.net MVC 向子视图传递数据
摘要:使用 RenderPage加载子视图@RenderPage("~/Shared/Component/Dialog.cshtml", new { title = "Hello world!", content="Nani?" })Razor子视图里使用 Page 来获取传递的数据<div id="dialog" title="@Page.title" style="display: none;"> <p> @Page.content </p> 阅读全文

posted @ 2012-05-26 23:12 大宝pku 阅读(1048) 评论(0) 推荐(1) 编辑

在线LaTex编辑器
摘要:http://www.codecogs.com/latex/eqneditor.php 阅读全文

posted @ 2012-05-20 21:56 大宝pku 阅读(508) 评论(0) 推荐(0) 编辑

17岁韩寒在CCTV《对话》舌战群吊的视频
摘要:观看地址:http://www.tudou.com/programs/view/yvQ5Q9YKdzs/?fr=1 阅读全文

posted @ 2012-05-10 03:48 大宝pku 阅读(432) 评论(0) 推荐(0) 编辑

Google Analytics 搜索引擎来源
摘要: 阅读全文

posted @ 2012-05-08 15:20 大宝pku 阅读(166) 评论(0) 推荐(0) 编辑

JavaScript插件资源
摘要:jQuery太极演示jqGrid好用的表格控件,分页、编辑、折叠、改变宽度、搜索、排序演示下载Knockout动态表单控件绑定,设置字段关联的利器演示Jquery Inline Form Validation表单验证演示 下载 阅读全文

posted @ 2012-05-08 15:10 大宝pku 阅读(238) 评论(0) 推荐(0) 编辑

Knockout -- Unbelievable Interactive Web Control Enhancer
摘要:http://knockoutjs.com/examples/cartEditor.htmljavascript已然逆天了好用的表单控件扩展Jquery之后又一必选插件 阅读全文

posted @ 2012-05-08 02:29 大宝pku 阅读(138) 评论(0) 推荐(0) 编辑

2008年北京大学自主招生数学试题赏析
摘要: 阅读全文

posted @ 2012-05-08 01:50 大宝pku 阅读(185) 评论(0) 推荐(0) 编辑

导航