<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[androidswc的专栏]]></title><description><![CDATA[unix & linux & kernel & android]]></description><link>https://blog.csdn.net/openswc</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; openswc]]></copyright><item><title><![CDATA[SourceInsight4的使用说明]]></title><link>https://blog.csdn.net/openswc/article/details/104154501</link><guid>https://blog.csdn.net/openswc/article/details/104154501</guid><author>openswc</author><pubDate>Mon, 03 Feb 2020 12:17:41 +0800</pubDate><description><![CDATA[source insight常见问题
1.source insight 置顶窗口或者处于前台挡住窗口
解决办法：（1）重启source insight；（2）按两次F11；


一、Source Insight快捷键

（1）快速更名ctrl+'，选中某个函数名，然后按ctrl+'，弹出快速更名窗口，然后根据相应的选项，可以快速更换函数名。（包括函数的声明处，定义处，引用处等）。
（2）F8：高亮...]]></description><category></category></item><item><title><![CDATA[Android SDK文档离线打开慢问题]]></title><link>https://blog.csdn.net/openswc/article/details/102107674</link><guid>https://blog.csdn.net/openswc/article/details/102107674</guid><author>openswc</author><pubDate>Sat, 05 Oct 2019 01:02:05 +0800</pubDate><description><![CDATA[Android SDK文档 下载

下载后的目录D:\xxxxx\Android\Sdk\docs

D:/xxxxx/Android/Sdk/docs/index.html



Android SDK文档离线打开

离线打开慢的问题原因

Android SDK 文档虽然都是本地文件，但是有很多地方需要连接Google的服务器，因此造成打开速度很慢。
比如随便打开一个html文件，即可看到有...]]></description><category></category></item><item><title><![CDATA[WordPress publishing fail]]></title><link>https://blog.csdn.net/openswc/article/details/101947537</link><guid>https://blog.csdn.net/openswc/article/details/101947537</guid><author>openswc</author><pubDate>Wed, 02 Oct 2019 23:25:01 +0800</pubDate><description><![CDATA[WordPress 出现publishing fail或者The requested URL was not found on this server问题解决办法

.htaccess文件中的增加mod_rewrite规则

cat /var/www/html/.htaccess

# BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteE...]]></description><category></category></item><item><title><![CDATA[WordPress安装论坛插件]]></title><link>https://blog.csdn.net/openswc/article/details/101929635</link><guid>https://blog.csdn.net/openswc/article/details/101929635</guid><author>openswc</author><pubDate>Wed, 02 Oct 2019 18:08:46 +0800</pubDate><description><![CDATA[论坛功能

在Plugins（插件）里面搜索bbPress,点击安装即可。

问答功能

在Plugins（插件）里面搜索CM Answers,点击安装即可。



10个最好的WordPress论坛插件

本文精心挑选了最好的WordPress论坛插件，使用这些插件可以在网站或业务周围建立社区。


1、bbPress
https://bbpress.org/

在将论坛集成到WordPr...]]></description><category></category></item><item><title><![CDATA[CentOS安装WordPress]]></title><link>https://blog.csdn.net/openswc/article/details/101904851</link><guid>https://blog.csdn.net/openswc/article/details/101904851</guid><author>openswc</author><pubDate>Wed, 02 Oct 2019 12:11:08 +0800</pubDate><description><![CDATA[参考：

Centos7安装WordPress（一）安装Apache, PHP And MySQL(LAMP)https://blog.csdn.net/keneuro/article/details/48543613

Centos7安装WordPress（二）数据库配置、安装WordPresshttps://blog.csdn.net/keneuro/article/details/48575...]]></description><category></category></item><item><title><![CDATA[Linux桌面环境]]></title><link>https://blog.csdn.net/openswc/article/details/101037057</link><guid>https://blog.csdn.net/openswc/article/details/101037057</guid><author>openswc</author><pubDate>Thu, 19 Sep 2019 21:32:47 +0800</pubDate><description><![CDATA[各种 Linux 发行版其实已经附带了某种桌面环境，如果你喜欢折腾，也可以更换其它桌面环境。

个人电脑一般都会安装上桌面环境，这样操作更加便捷；Linux 服务器为了节省资源，一般都不会安装桌面环境。

下面给大家介绍几款比较流行的桌面环境。
1. KDE 桌面系统

https://kde.org/
KDE 是 K Desktop Environment 的缩写，中文译为“K桌面环境”。

K...]]></description><category></category></item><item><title><![CDATA[Android中ListView选中事件setOnItemSelectedListener无反应不生效问题]]></title><link>https://blog.csdn.net/openswc/article/details/87898681</link><guid>https://blog.csdn.net/openswc/article/details/87898681</guid><author>openswc</author><pubDate>Sat, 23 Feb 2019 23:28:59 +0800</pubDate><description><![CDATA[Android中ListView选中事件setOnItemSelectedListener无反应不生效问题

在学习Android中ListView组件时，android模拟器运行app时，发现点击有反应，选中无反应，原因是在android模拟器中需要按键盘上下键来触发选中事件。

Android开发ListView事件：setOnItemSelectedListener、setOnItemCli...]]></description><category></category></item><item><title><![CDATA[ffmpeg debug level设置及configure  enable-debug选项含义]]></title><link>https://blog.csdn.net/openswc/article/details/54694477</link><guid>https://blog.csdn.net/openswc/article/details/54694477</guid><author>openswc</author><pubDate>Mon, 23 Jan 2017 16:40:48 +0800</pubDate><description><![CDATA[ffmpeg debug level设置及configure
enable-debug选项含义


./configure --help
Developer options (useful when working on FFmpeg itself):
--disable-debug disable debugging symbols
--enable-debug=LEVEL set]]></description><category></category></item><item><title><![CDATA[win7+cygwin环境下ffmpeg 3.0.2 android库编译总结]]></title><link>https://blog.csdn.net/openswc/article/details/53287144</link><guid>https://blog.csdn.net/openswc/article/details/53287144</guid><author>openswc</author><pubDate>Tue, 22 Nov 2016 16:05:01 +0800</pubDate><description><![CDATA[ffmpeg 3.0.2 android库编译总结

./configure --prefix=F:/android/android-ndk-r10b/sources/ffmpeg-release-3.0/android/arm --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprob]]></description><category></category></item><item><title><![CDATA[uboot开发笔记一之ralink mt7620编译]]></title><link>https://blog.csdn.net/openswc/article/details/53225134</link><guid>https://blog.csdn.net/openswc/article/details/53225134</guid><author>openswc</author><pubDate>Sat, 19 Nov 2016 01:39:08 +0800</pubDate><description><![CDATA[ralink mt7620 uboot开发笔记之一


参考：
1.MTK_Ralink_ApSoC_SDK_4200_20131106.tar.bz2,这个ralink的sdk网上有，自行搜索;

MTK_Ralink_ApSoC_SDK_4200_20131106/Uboot

MTK_Ralink_ApSoC_SDK_4200_20131106/RT288x_SDK/tool]]></description><category></category></item><item><title><![CDATA[基于ffpmeg和sdl的rtsp视频播放器]]></title><link>https://blog.csdn.net/openswc/article/details/53173272</link><guid>https://blog.csdn.net/openswc/article/details/53173272</guid><author>openswc</author><pubDate>Tue, 15 Nov 2016 17:05:31 +0800</pubDate><description><![CDATA[基于ffpmeg和sdl的rtsp视频播放器


参考：
http://blog.csdn.net/leixiaohua1020/article/details/8652605

http://blog.csdn.net/leixiaohua1020/article/details/38868499



代码：
https://github.com/openswc/ffmp]]></description><category></category></item><item><title><![CDATA[ffmpeg的相关信息打印]]></title><link>https://blog.csdn.net/openswc/article/details/53128052</link><guid>https://blog.csdn.net/openswc/article/details/53128052</guid><author>openswc</author><pubDate>Fri, 11 Nov 2016 13:50:12 +0800</pubDate><description><![CDATA[参考：
最简单的基于FFMPEG的Helloworld程序
http://blog.csdn.net/leixiaohua1020/article/details/46889849
本文记录一个基于FFmpeg的HelloWorld程序。该程序可以打印出FFmpeg类库的基本信息。使用该程序通常可以验证FFmpeg是否正确的安装配置。


ffmpeg的相关信息打印

代码如下：]]></description><category></category></item><item><title><![CDATA[linux获取系统时间和时间戳]]></title><link>https://blog.csdn.net/openswc/article/details/53082715</link><guid>https://blog.csdn.net/openswc/article/details/53082715</guid><author>openswc</author><pubDate>Tue, 08 Nov 2016 15:30:37 +0800</pubDate><description><![CDATA[linux获取系统时间和时间戳


linux下c/c++编程需要系统时间，一个是获取时间戳和计算时间差，一个获取当前时间用来作为文件名等，方法和例子如下：
可以用man命令查询time,localtime,gettimeofday用法，注意struct tm和struct timeval用法；


man localtime


NAME
asctime, ctime, g]]></description><category></category></item><item><title><![CDATA[eclipse启动出现Java was started but returned exit code=13问题解决]]></title><link>https://blog.csdn.net/openswc/article/details/52754370</link><guid>https://blog.csdn.net/openswc/article/details/52754370</guid><author>openswc</author><pubDate>Sat, 08 Oct 2016 10:28:11 +0800</pubDate><description><![CDATA[eclipse启动出现Java was started but returned exit code=13问题解决
原因是
win7 64bit系统下eclipse是32bit版本，对应的java是64bit版本，Eclipse的版本和Java JDK的版本不匹配导致。
解决办法：
方法1
卸载java 64bit版本，安装32bit java版本，配置好java环境变量即可解决；
方]]></description><category></category></item><item><title><![CDATA[c语言define中##用法---ffmpeg]]></title><link>https://blog.csdn.net/openswc/article/details/52691339</link><guid>https://blog.csdn.net/openswc/article/details/52691339</guid><author>openswc</author><pubDate>Wed, 28 Sep 2016 16:57:05 +0800</pubDate><description><![CDATA[c语言define中##用法---ffmpeg
#define FUNC(a, depth) a ## _ ## depth ## _c

#define语句中的#是把参数字符串化，##是连接两个参数成为一个整体。
#a指把a当成符号，就是把#后面的看成字符串



代码：#include 

#define FUNC(a, depth) a ## _ ## depth ## _c]]></description><category></category></item><item><title><![CDATA[ffmpeg库使用及其错误解决]]></title><link>https://blog.csdn.net/openswc/article/details/52575742</link><guid>https://blog.csdn.net/openswc/article/details/52575742</guid><author>openswc</author><pubDate>Sun, 18 Sep 2016 17:36:48 +0800</pubDate><description><![CDATA[ffmpeg库使用及其错误解决


1.首先，需要弄明白Linux下动态库和静态库基础知识，这个网上自行搜索；
(1)linux动态库和静态库工作原理；
(2)如何用制作linux动态库和静态库；
(3)如何引用linux动态库和静态库；


2.ffmpeg动态库和静态库选项设定及编译
动态库 --enable-shared
./configure --prefix="ff]]></description><category></category></item><item><title><![CDATA[udhcpd配置及使用]]></title><link>https://blog.csdn.net/openswc/article/details/51678946</link><guid>https://blog.csdn.net/openswc/article/details/51678946</guid><author>openswc</author><pubDate>Wed, 15 Jun 2016 10:15:09 +0800</pubDate><description><![CDATA[udhcpd配置及使用
基于mips芯片qca953x平台；
今天测试板子wifi无线连接的时候，手机端怎么也连接不上，连上wifi后手机端立即就闪断了，后面发现原因是无线路由开发板没有开启dhcp服务器，手机端获取不到ip地址，下面来讲下busybox的dhcp服务器udhcpd的使用及配置。
1.使用原始的udhcpd配置文件/etc/udhcpd.conf启动dhcp服务器udhcpd]]></description><category></category></item><item><title><![CDATA[mips下交叉编译iperf]]></title><link>https://blog.csdn.net/openswc/article/details/51678591</link><guid>https://blog.csdn.net/openswc/article/details/51678591</guid><author>openswc</author><pubDate>Wed, 15 Jun 2016 09:49:24 +0800</pubDate><description><![CDATA[mips下交叉编译iperf
因为交叉编译iperf需要用c++编译工具mips-linux-g++，参考下面这篇文章生成交叉编译c++工具mips-linux-g++，如果有相关工具和库文件，请忽略此步。
mips芯片和板子类型为qca953x；


1.下载iperf源码并解压到相应目录
https://sourceforge.net/projects/iperf
https:/]]></description><category></category></item><item><title><![CDATA[buildroot编译misp-linux-g++工具]]></title><link>https://blog.csdn.net/openswc/article/details/51674108</link><guid>https://blog.csdn.net/openswc/article/details/51674108</guid><author>openswc</author><pubDate>Tue, 14 Jun 2016 19:55:19 +0800</pubDate><description><![CDATA[buildroot编译misp-linux-g++工具
基于qca953x 路由平台，buildroot版本为buildroot-2009.08；


1.把toolchain 先distclean下
cd build/buildroot-2009.08/
make distclean


2.勾选Build/install c++ compiler and libstdc++]]></description><category></category></item><item><title><![CDATA[Linux下的lds链接脚本基础]]></title><link>https://blog.csdn.net/openswc/article/details/51660007</link><guid>https://blog.csdn.net/openswc/article/details/51660007</guid><author>openswc</author><pubDate>Mon, 13 Jun 2016 19:19:21 +0800</pubDate><description><![CDATA[uboot.lds 链接脚本语法规则
http://blog.csdn.net/h32dong809/article/details/48845271



Linux下的lds链接脚本基础 
http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=22497486&id=4452359

0. Contents 
1. 概]]></description><category></category></item></channel></rss>