06 2017 档案

摘要: 阅读全文

posted @ 2017-06-30 16:02 Zing_Z 阅读(128) 评论(1) 推荐(0)

python连接数据库查询
摘要:import sqlite3 as db conn = db.connect(r'D:/data/test.db') print ('Opend database successfully \n') #conn.row_factory = db.Row cursor = conn.cursor() results = cursor.execute("select * from Meter") ... 阅读全文

posted @ 2017-06-28 17:33 Zing_Z 阅读(169) 评论(0) 推荐(0)

网页闹钟
摘要:现在是北京时间:<span id='yanshi_time'></span><br/> <audio src='http://cctv3.qiniudn.com/tbhdqx.mp3' preload='auto' id='music'></audio> 请设定你的闹铃时间: <input type 阅读全文

posted @ 2017-06-15 09:13 Zing_Z 阅读(1215) 评论(0) 推荐(0)

C#之WPF连接sqllite数据库
摘要:using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; namespace EasyEnergy.AppLogicService { public class AlarmSqliteDbHelp { public static st... 阅读全文

posted @ 2017-06-12 15:22 Zing_Z 阅读(1039) 评论(0) 推荐(0)

Java面向对象笔记(五分钟秒懂)
摘要:面向对象概念 面向对象三大特征:封装,继承,多态 面向对象编程(OOP,Object Oriented Programing)是相对于面向过程编程说的,之前写的代码基本都是纯的面向过程编程的,当项目复杂了,那么纯面向过程代码实现会很复杂,面向对象可以简化代码的结构和组织关系。面向对象不是替代面向过程 阅读全文

posted @ 2017-06-05 10:21 Zing_Z 阅读(273) 评论(0) 推荐(0)

当页面因尊重版权不给复制时。
摘要:页面禁止使用Ctrl+C,右键,f12时,如何复制。 1选择文字,拖动选择的文字! 2更换为急速模式或者兼容模式!3使用火狐浏览器,必可以f12 4一段可以任意修改网页内容的代码 先把这段代码输入到地址栏: 然后按enter(回车),之后就可以任意修改网页上的东西了, 修改完后再把这段代码输入到地址 阅读全文

posted @ 2017-06-01 15:13 Zing_Z 阅读(269) 评论(1) 推荐(0)

导航