当前位置:首页 > 第14页

第14页

Libview写软件更新升级程序

admin10年前 (2016-06-18)6529
Libview写软件更新升级程序
1、首先建立FTP服务器,参考:˂a href="http://jingyan.baidu.com/article/63f23628f04e420209ab3d70.html" target="_blank" s…

php接收post乱码解决

admin11年前 (2015-12-05)6710
原因是没有转码$contactEmail = $_POST['contactEmail'];  $contactEmail=mb_convert_encoding($contactEmail,'GBK','UTF-8')…

页面定时跳转(倒计时跳转)代码总结

admin11年前 (2015-12-05)6555
下面对实现页面定时跳转(也称倒计时跳转)做一下总结,各种定时跳转代码记录如下:˂p style="line-height: 25.2px; margin-top: 0px; color: rgb…

PHP实现表单内容写入txt文件的代码

admin11年前 (2015-12-05)7883
用PHP程序代码实现,将网页表单内容写入txt文本文件中。这个代码有时候非常有用。˂span style="color: rgb(17, 17, 17); li…

Font Awesome 一套绝佳的图标字体库和CSS框架(奥森图标)

admin11年前 (2015-12-05)7506
原文链接http://code.zoomla.cn/boot/font.html#new˂div class="container" style="box-sizing: border-box; padding-right: 15px; padding-left: 15px; margin-righ…

html网页 swf播放器使用代码

admin11年前 (2015-12-02)6600
<object id="player" height="240" width="275" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79…

c#实现FTP上传

admin11年前 (2015-12-02)6267
/// <summary>         /// 上传文件         /// <…

c# 串口发送接收数据

admin11年前 (2015-12-02)5734
/********************** 串口数据接收事件 *****************************/         private void Seri…

c#保存textbox中的字符串到txt文件中

admin11年前 (2015-12-02)6914
/********************** 保存接收按钮 *****************************/         private void Savetx…

c#打开txt文件并导入到textbox中

admin11年前 (2015-12-02)7542
OpenFileDialog openFileDialog = new OpenFileDialog();             ope…