上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 71 下一页

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 阅读(193) 评论(0) 推荐(0) 编辑

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

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

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

摘要: http://www.cnblogs.com/ITRoad/archive/2011/08/09/2131842.html____________________________________________________________| ... 阅读全文
posted @ 2015-11-14 15:00 silyvin 阅读(176) 评论(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 阅读(112) 评论(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 阅读(1520) 评论(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 阅读(1715) 评论(0) 推荐(0) 编辑

可编辑的 ListCtrl 封装整合

摘要: 网上下了一个源码,但是封装不太好,太多代码在dialog中,重新整合了一下1.代码目录梳理$(ProjectDir)/EditListCtrl----inc,头文件----src,源文件2.继承CEditListCtrl :CListCtrl,复写PreSubClas... 阅读全文
posted @ 2015-10-18 15:30 silyvin 阅读(501) 评论(0) 推荐(0) 编辑

【ffmpeg + VS2010】编译包含libavutil\common.h后出现找不到inttypes.h的问题

摘要: 包含libavutil\common.h,由于里面#include ,会出现找不到inttypes.h的问题,即使把inttypes.h的路径加上去之后,也无法编译通过,反而会出现一大堆问题。解决办法如下:删除#include 这句,加上下面一大段//Howard ... 阅读全文
posted @ 2015-10-18 12:17 silyvin 阅读(268) 评论(0) 推荐(0) 编辑

无法定位 xxxx 与动态链接库 avcodec-xx.dll上

摘要: http://blog.csdn.net/liuruihan/article/details/26716271http://blog.csdn.net/bing87496988/article/details/25061659http://blog.csdn.net/... 阅读全文
posted @ 2015-09-18 14:20 silyvin 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 71 下一页