搜索到与相关的文章
编程技术

Not able to reset SmartRF04DD

今天在使用使用CC2540的时候,想下载个程序到CC2540底板上,结果出现NotabletoresetSmartRF04DD的错误。如下图经过一番摸索,最终是按下CCDEBUG上的reset键才成功的。NotabletoresetSmartRF04DD

系统 2019-08-12 01:33:45 2679

各行各业

OpenCASCADE JT Assistant

OpenCASCADEJTAssistanteryar@163.comAbstract.Siemens’JTdataformatacceptedastheworld’sfirstISOinternationalstandardforviewingandsharinglightweight3Dproductinformation.OpenCASCADEJTAssistantisaviewerforfilesinJTformat.KeyWords.Simens

系统 2019-08-12 01:33:09 2679

编程技术

A Simple Actions Recognition System

1.ProblemDefinitionThere'snodoubtthatresearchesandapplicationsonthefoundationofvideoshasbecomeapopularfieldincludingintelligencesurveillance,interactionsbetweenhumanandmachines,content-basedvideoretrievalandsoon.However,it'salsoar

系统 2019-08-12 01:32:44 2679

各行各业

封装原来的DirectoryInfo类,添加事件,可以代

usingSystem;usingSystem.IO;//封装原来的DirectoryInfo类,添加事件,可以代替FileSystemWatcher类publicclassDirectoryInfoNotify{publicDirectoryInfoNotify(stringpath){internalDirInfo=newDirectoryInfo(path);}privateDirectoryInfointernalDirInfo=null;publ

系统 2019-08-12 01:32:40 2679

Oracle

oracle锁表解除

--Oracle数据库操作中,我们有时会用到锁表查询以及解锁和kill进程等操作,那么这些操作是怎么实现的呢?本文我们主要就介绍一下这部分内容。--锁表查询的代码有以下的形式:selectcount(*)fromv$locked_object;select*fromv$locked_object;--查看哪个表被锁Sql代码selectb.owner,b.object_name,a.session_id,a.locked_modefromv$locked_

系统 2019-08-12 01:32:30 2679

各行各业

反编译工具Reflector下载(集成FileGenerator和F

Reflector是一款比较强大的反编译工具,相信很多朋友都用过它,但reflector本身有很多局限性,比如只能一个一个的查看方法等,但幸好reflector支持插件功能目前网上有很多reflector的插件,本人找取了两个应用范围很广,并且广受好评的插件:Reflector.FileDisassembler和Reflector.FileGenerator和Reflector进行了整合,放在了一个压缩包中,大家可以直接解压缩后就开始使用,其中FileGe

系统 2019-08-12 01:31:51 2679

Python

Python爬取17k小说

改一下用户名和密码可以直接用(要开通VIP才能抓VIP的章节),代码如下:#-*-coding:utf-8-*-#@Time:2019/5/1917:53#@Author:LMimportrequestsfrombs4importBeautifulSoupimportjsonimportosclassSpider(object):def__init__(self):self.headers={'user-agent':'Mozilla/5.0(Window

系统 2019-09-27 17:53:27 2678

Python

python3.6根据m3u8下载mp4视频

需要下载某网站的视频,chrome浏览器按F12打开开发者模式,发现视频链接是以"blob:http"开头的链接,打开这个链接后找不到网页,网上查了下,找到了下载方法,在这里做个记录,如果有错误,欢迎指出。程序在Windows10下运行,不过Linux应该也没问题。使用到的有re模块,requests模块和Crypto模块,其中requests模块和Crypto模块如果没安装可以使用pip命令安装。(Crypto模块安装感觉比较坑,我是从anaconda里

系统 2019-09-27 17:49:19 2678

编程技术

提升 MyEclipse 工具 速度 的显著方法

MyEclipse的安装目录进入后找到myeclipse.ini这个文件原样如下:-startup../Common/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar--launcher.library../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519-clean-installE

系统 2019-08-29 23:31:52 2678