-
cleanflight-configurator-development
js to use serial and configuration for quadcopter
- 2016-05-28 17:33:32下载
- 积分:1
-
js 写入文档
$(function(){
$("#import").click(function(){
$("#files").click();
});
});
function importMsg(){
var selectedFile = document.getElementById("files").files[0];//获取读取的File对象
var name = selectedFile.name;//读取选中文件的文件名
var size = selectedFile.size;//读取选中文件的大小
console.log("文件名:"+name+"大小:"+size);
var reader = new FileReader();//这里是核心!!!读取操作就是由它完成的。
reader.readAsText(selectedFile);//读取文件的内容
reader.onload = function(){
console.log(this.result);//当读取完成之后会回调这个函数,然后此时文件的内容存储到了result中。直接操作即可。
};
}
$(function(){
$("#export").click(function(){
var content = "This is used as HTML5 log";
var blob = new Blob([content], {"type": "
- 2022-01-28 03:32:10下载
- 积分:1
-
Jave
用Jave实现加法器,此方法为实现方法比较简单,易于理解。对初学者很有帮助。(Implementation of adder using Jave, the method for realizing the method is simple, easy to understand. Very helpful for beginners.)
- 2013-09-01 10:05:09下载
- 积分:1
-
本例实现功能,假设一个后台管理程序,分为左,中,右三个框架(三栏),左侧是栏目名称,右侧是具体的页面,中间的一个宽度仅为20像索的框架,它的功能是点击中间框架上...
本例实现功能,假设一个后台管理程序,分为左,中,右三个框架(三栏),左侧是栏目名称,右侧是具体的页面,中间的一个宽度仅为20像索的框架,它的功能是点击中间框架上的图片时,让左侧隐藏,再点击,左侧出现。-The realization of this example, assuming a background of management procedures, divided into left, middle and right three framework (three columns), the left is the column name, the right is the specific page, the middle of a width of only 20 like II framework Its function is to click the middle of the picture frame, let the left to hide, and then click on the left there.
- 2022-06-27 08:19:36下载
- 积分:1
-
基于bootstrap最优秀的后台管理模板ace-responsive-admin-v1.3.3
基于bootstrap最优秀的后台管理模板ace-responsive-admin-v1.3.3,目前最新版本,是从官网花$下载的源文件。
- 2022-01-26 03:01:21下载
- 积分:1
-
JavaScript源码大全,很实用,可以下载后练习体会。
JavaScript源码大全,很实用,可以下载后练习体会。-Encyclopedia of JavaScript source code, it is practical and can be downloaded after the practice experience.
- 2023-03-30 11:25:04下载
- 积分:1
-
javaScript发布-订阅模式
发布-订阅模式在可以用JavaScript来实现其通信模式,大概思路如下:1.订阅者在订阅事件的时候实际是在发布者对象的数组中写入要订阅的事件。2.发布者在发布或者叫trigger事件的时候,实际是在发布者中遍历数组中订阅者的事件方法。涉及的是 消息数组的写入和遍历读出过程。3.由于javascript的函数一类对象,可以直接写入数组。最后在实例化对象,通过.emit("对象名",data)发布数据,.on("对象名",callback)接受处理数据等,实现通信。
- 2022-11-28 23:25:03下载
- 积分:1
-
可以在局域网中实现两计算机间的通讯
可以在局域网中实现两计算机间的通讯-LAN can realize communication between two computers
- 2022-01-28 00:11:03下载
- 积分:1
-
This is the undergraduate graduation design, done well, can refer to reference
这是本科生的毕业设计,做的不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
- 2022-02-10 02:52:32下载
- 积分:1
-
mapapi0.4alpha
Mapeasy 最初版本,比较干净!!!!!!!!!(Mapeasy)
- 2009-12-25 11:32:45下载
- 积分:1