会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
玮哥的博客
朝闻道 夕死可矣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
20
下一页
2015年7月22日
我还没死!!微信公众号——自媒体的营销之路
摘要: 过去的很多天的一直没有写什么博客,我还没死。 实际上我在忙着几个项目的设计和制作,个人的网站、企业的网站还有一些自媒体的编辑、创作,实在非常抱歉大家对我的等待哈,当前我同时还在山东毛豆科技工作负责微企通、秀企来以及微商会的实现工作。 同时在企业里学了一些SEO和Cor...
阅读全文
posted @ 2015-07-22 16:35 vigorpush
阅读(156)
评论(0)
推荐(0)
2015年7月14日
网页中嵌入视频
摘要: 1.调用RealPlay或RealOne播放器的代码(初步测试能播 rm、rmvb) 2.调用Windows Media Player 播放器代码(初步测试能播 rm、rmvb、avi、wmv) 详细参数 src 音乐文件的路径及文件名; autostart t...
阅读全文
posted @ 2015-07-14 10:14 vigorpush
阅读(281)
评论(0)
推荐(0)
2015年6月25日
保存对象到文件中
摘要: public static void writeObjectToFile(Object obj) { File file =new File("test.dat"); FileOutputStream out; try ...
阅读全文
posted @ 2015-06-25 04:01 vigorpush
阅读(164)
评论(0)
推荐(0)
2015年6月24日
javascript html页面中的内容替换
摘要:
阅读全文
posted @ 2015-06-24 10:20 vigorpush
阅读(2125)
评论(0)
推荐(0)
bash array
摘要: bash 仅支持一维数组。 而且数组下标是从0开始的为数组赋值:array=(1 4 7 2 5 8) #以空格为分割符,()为数组str="this is test string"str_arr=($str); #默认以空格分割数组遍历:fo...
阅读全文
posted @ 2015-06-24 07:31 vigorpush
阅读(216)
评论(0)
推荐(0)
2015年6月22日
正则表达式如何验证邮箱
摘要: ^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$
阅读全文
posted @ 2015-06-22 06:08 vigorpush
阅读(179)
评论(0)
推荐(0)
2015年6月14日
software testing
摘要: Software TestingSoftware testing is the process of evaluation a software item to detect differences between given input and expected o...
阅读全文
posted @ 2015-06-14 12:40 vigorpush
阅读(200)
评论(0)
推荐(0)
Verification and validation
摘要: VerificationVerification is the process to make sure the product satisfies the conditions imposed at the start of the development phas...
阅读全文
posted @ 2015-06-14 12:32 vigorpush
阅读(184)
评论(0)
推荐(0)
bash array
摘要: 定义:declare -a array=(value1 value2 ...) 存值:array[index]=value 取数:${array[index]} 取所有值:${array[*]}或${array[@]} 长度:${#array[*]} ...
阅读全文
posted @ 2015-06-14 09:31 vigorpush
阅读(122)
评论(0)
推荐(0)
12 Linux Which Command, Whatis Command, Whereis Command Examples
摘要: This Linux tutorial will explain the three “W” commands. The three “W”s are whatis, whereis and which commands. You already know how t...
阅读全文
posted @ 2015-06-14 04:52 vigorpush
阅读(180)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
20
下一页
公告