上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 77 下一页

EXCEL工作表保护密码忘记,撤销保护攻略

摘要: http://jingyan.baidu.com/article/7f41ececf5704c593d095c90.htmlOption ExplicitPublic Sub AllInternalPasswords()' Breaks worksheet and w... 阅读全文
posted @ 2015-12-25 16:16 silyvin 阅读(2113) 评论(0) 推荐(0)

Discuz/X3.1去掉标题中的Powered by Discuz!以及解决首页标题后的"-"

摘要: http://www.discuz.net/thread-3523480-1-1.html 阅读全文
posted @ 2015-12-01 11:08 silyvin 阅读(78) 评论(0) 推荐(0)

开放有限元分析计算平台介绍

摘要: http://www.cnblogs.com/drwangx/archive/2013/01/29/open_numerical_simulation_platform.html1. OpenFOAM (http://www.openfoam.com/) OpenFO... 阅读全文
posted @ 2015-12-01 11:03 silyvin 阅读(467) 评论(0) 推荐(0)

div+ajax 实现网页框架布局

摘要: 核心代码: 参考: div+ajax实现类似iframe功能 http://lz12366.iteye.com/blog/1137458 frameset和div常规布局的优缺点比较 http://blog.csdn.net/zhangxinrun/article/details/5677829 阅读全文
posted @ 2015-11-30 12:20 silyvin 阅读(205) 评论(0) 推荐(0)

OpenSees开发(二)源码分析——平面桁架静力有限元分析实例

摘要: 这是一个平面桁架静力分析算例,代码位于 OpenSees2.3.0\EXAMPLES\Example1\main.cpp这里先给出原始源代码:// standard C++ includes#include #include #include #include //... 阅读全文
posted @ 2015-11-24 10:18 silyvin 阅读(855) 评论(0) 推荐(0)

apache 虚拟主机建立多站点,并在adsl网络发布

摘要: 1. 打开 \conf\httpd.conf,找到 Listen 80 后追加 Listen 8989(因为运营商屏蔽了80和8080等端口)2. 打开\conf\extra\httpd-vhosts.conf,写入NameVirtualHost *:8989 ... 阅读全文
posted @ 2015-11-15 15:17 silyvin 阅读(157) 评论(0) 推荐(0)

怎么卸载Apache_pn服务-PHPnow使用问题

摘要: http://www.cnblogs.com/ITRoad/archive/2011/08/09/2131842.html____________________________________________________________| ... 阅读全文
posted @ 2015-11-14 15:00 silyvin 阅读(181) 评论(0) 推荐(0)

windows xp部署iis+php+mysql

摘要: iis配置参照http://jingyan.baidu.com/article/11c17a2c5ce349f447e39d6d.html1. “Internet 信息服务(IIS)管理器”→“网站”→“属性”→“ISAPI 筛选器”→添加筛选器名称:PHP可执行文件... 阅读全文
posted @ 2015-11-08 19:07 silyvin 阅读(122) 评论(0) 推荐(0)

路由器有线桥接的两种方式异同

摘要: 根据这篇文章:TP-Link路由器有线方式桥接设置图文教程,我小结下两种方式之要点及异同背景:令主路由器为路由器A,副路由器为路由器BA的ip地址为192.168.1.1,WAN口接猫,以太网接入方式为拨号,开启DHCP服务,分配地址池为192.168.1.100-1... 阅读全文
posted @ 2015-11-05 20:11 silyvin 阅读(1598) 评论(0) 推荐(0)

ffmpeg AVFrame 插入静音帧

摘要: int frame_size_out_encode = out_fmt_ctx->streams[out_stream->index]->codec->frame_size; if(!frame_size_out_encode) frame_size_... 阅读全文
posted @ 2015-10-23 18:50 silyvin 阅读(1815) 评论(0) 推荐(0)
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 77 下一页