摘要:
## 1 # encoding: utf-8 2 import PyQt5.Qsci as sci 3 # import PyQt5.QtWidgets as wgt 4 import os 5 from PyQt5.QtWidgets import * 6 from PyQt5.QtCore im 阅读全文
摘要:
作者:JasonBourn_8228链接:https://www.jianshu.com/p/10167a735d3a来源:简书 问题,点击地图的板块时,需求弹出此板块的信息 解决办法: 查阅pyecharts官网手册: https://pyecharts.org/#/zh-cn/global_op 阅读全文
摘要:
python flask pyecharts kline 01.py 1 #endcoing:utf-8 2 # 参考 https://blog.csdn.net/m0_59236127/article/details/137670671 3 4 from flask import Flask,re 阅读全文
摘要:
1 #encoding: utf-8 2 import selenium 3 from selenium import webdriver 4 from selenium.webdriver.common.by import By 5 import urllib.request as req 6 i 阅读全文
摘要:
董可人 金融等 2 个话题下的优秀答主 关注 编辑推荐 1,615 人赞同了该回答 本篇偏学术。 因为我自己做高频,所以首先提两本相关的学术著作。一本是2011年的论文集 Econophysics of Order-driven Markets ,收录了一系列关于盘口和高频数据建模的论文。另 阅读全文
摘要:
精选技术指标系列(4):KAMA AMA考夫曼自适应移动平均线 (360doc.com) 1 引言 本期精选技术指标聊一聊考夫曼自适应移动平均(Kaufman Adaptive Moving Average,简称 KAMA)。它由系统分析大师佩里 · 考夫曼(Perry Kaufman)发明,是一种 阅读全文
摘要:
如何使用Python制作交互式股票K线图? 如何使用Python制作交互式股票K线图? - 知乎 (zhihu.com) 州的先生 在之前的文章中,我们介绍了使用PyQtGraph在PyQt5中绘制股票K线图: Python GUI教程(十三):在GUI中使用pyqtgraph绘图库zmister 阅读全文
摘要:
//js 动态加载脚本文件//https://juejin.cn/post/7032680257710718984 url='https://hq.sinajs.cn/?list=sh000016'; url='https://quotes.sina.cn/cn/api/openapi.php/CN 阅读全文
摘要:
16本python书籍推荐 16本python书籍推荐 - 哔哩哔哩 (bilibili.com) 1. 《流畅的Python》这本书由Python核心开发人员之一所写,讲解了Python中一些比较难以理解的概念,如迭代器、生成器、装饰器等。适合有一定编程基础的读者。2. 《Python编程:从入门 阅读全文
摘要:
pandas 计算kama 均线 原址:Python Pandas Kaufman Adaptive Moving Average (KAMA)--在Pandas或Cython中进行递归计算 - IT宝库 (itbaoku.cn) 1 import pandas 2 import pandas.st 阅读全文
摘要:
原链接 : 在PyQt4中使用matplotlib matplotlib作为Python中著名的数据可视化工具,其官网也提供了在PyQt4中使用的源码,这里举一个应用实例,以备不时之需。 1) 利用Qt Designer创建GUI界面 Demo的GUI界面,如图1所示,其中利用QFrame作为放置m 阅读全文
摘要:
Forest Chen.:怎么样去构建一个自己的交易系统? Forest Chen.:1. MSB(Market Structure Break Strategy)2. OB(Order Block Strategy)3. BB(Breaker Block Strategy)4. LIQ(Liqui 阅读全文
摘要:
Z38:ZIG(3,2),COLORRED , LINETHICK2;IF(Z38<REF(Z38,1),Z38,DRAWNULL),COLORLICYAN,LINETHICK2; Z315:ZIG(3,8),COLORBLUE,LINETHICK2;IF(Z315<REF(Z315,1),Z315 阅读全文
摘要:
自动转换\n分隔多行文本到字符串 function mTextToCString( ) if output then output:ClearAll() end local __allText_=editor:GetText() __allText_=string.gsub ( __allText_ 阅读全文
摘要:
转自:https://www.zhihu.com/question/28249756 去年学编译原理课程之前花了几天读完了C4,给c4.c 加上了注释https://github.com/comzyh/c4/blob/comment/c4.c还有C4的虚拟机寄存器结构和指令集分析:https://g 阅读全文
摘要:
local lexer = require 'pl.lexer' txt="--require test -\n for =1,6 do c=i end require 'std' a=1 b={1,2,3}" for t,v in lexer.lua(txt , {space=true,comme 阅读全文
摘要:
# blender 2.79 #Convenience Variables: C = bpy.context, D = bpy.data for i in D.objects : if i.type=='MESH': i.select=1 ; bpy.ops.object.subdivision_s 阅读全文
摘要:
参考:Lua数据文件与序列持久化_昔拉天使的博客-CSDN博客_lua 序列化 --~ package.path= string.gsub( package.path , 'LuaBin',rootPath) if output~=nil then output:ClearAll() end pac 阅读全文
摘要:
#https://www.scintilla.org/ahk.properties 原网站经常打不开,,备份 # SciTE settings for AutoHotkey files # where is AutoHotkey program installed autohotkeydir=C:\ 阅读全文
摘要:
cplusplus.com TUTORIALS REFERENCE ARTICLES FORUM sign up log in[Legacy version] C++ Tutorials Reference Articles Forum Articles Algorithms C++ 11 Grap 阅读全文
摘要:
lua 调用cmd dir 查看目录内容 1 function cmdDir( ph ) 2 --根据本地编码设置chcp值 utf8:65001 cn:936 3 cdirx = "cmd.exe /a /c && cd /d \""..ph.."\"&& chcp 65001 && dir" 4 阅读全文
摘要:
转载地址: Scintilla的高级技法 | 西加加斯基 (cpp-prog.com) 1. 页边(Margins)和标记(Markers) 2. 为Scintilla加入代码折叠功能 3. 使用自定义图形 4. 怎样支持自动缩进 5. 支持代码完成和函数提示 6. 支持中文 7. 与C++Buil 阅读全文
摘要:
// C# 调用dll 传递c回调函数模板格式// LuaInterface.LuaDLL;using LuaInterface; public partial class xxx { //... ... //C#默认情况下委托都是stdcall的调用方式,但可以通过UnmanagedFunctio 阅读全文
摘要:
-- wxlua scintilla myph0="./?.dll;./?51.dll;E:/Program Files/Lua/5.1/?.dll;E:/Program Files/Lua/5.1/?51.dl\ l;E:/Program Files/Lua/5.1/clibs/?.dll;E:/ 阅读全文
摘要:
string dirPath=Application.StartupPath; ICSharpCode.TextEditor.Document.FileSyntaxModeProvider filePvd=new ICSharpCode.TextEditor.Document.FileSyntaxM 阅读全文
摘要:
1 --转载地址:http://www.cnblogs.com/windtail/archive/2012/01/08/2623191.html 2 require"luasql.sqlite3" 3 function enumSimpleTable(t) 4 print" " 5 fork,v i 阅读全文
摘要:
原址:https://www.cnblogs.com/ndyxb/p/12751827.html 侵删 学习:远程代码注入 远程DLL注入:适用于代码量大且复杂的情况 远程DLL注入:需要先把注入代码放入某个DLL文件,再将整个DLL文件注入目标进程。DLL代码中使用的所有数据位于DLL的数据区域, 阅读全文
摘要:
--~lua 调用 AutoHotkey.dll local usr= alien.load "user32.dll"print(usr)usr.MessageBoxA:types{ret='int',"long",'string','string','uint', abi="stdcall"}us 阅读全文
摘要:
SciTEGlobal.properties #开启 output split.vertical=1output.horizontal.size=200output.vertical.size=60output.initial.hide=0 #win窗口查找替换 find.use.strip=0re 阅读全文
摘要:
主要参考以下注释网站 1 #encoding:utf-8 2 #https://blog.csdn.net/weixin_39949473/article/details/111337230 3 #https://blog.csdn.net/weixin_35756373/article/detai 阅读全文
摘要:
VS编译器命令行选项加 /EHs- /clr 否则报错误. 记录备忘 https://docs.microsoft.com/en-us/cpp/build/reference/clr-common-language-runtime-compilation?view=msvc-140 https:// 阅读全文
![cl 命令行编译 cli 程序 /EHs- /clr](https://img2022.cnblogs.com/blog/2464944/202201/2464944-20220123234353819-1357764232.png)
摘要:
https://www.cnblogs.com/arxive/p/7222185.html 1 理论 多进程同步通信有两种方式:共享内存(Shared memory),消息传送(Messages passing)。 内存映射文件对于托管世界的开发人员来说似乎很陌生,但它确实已经是很远古的技术了,而且 阅读全文
摘要:
js实现format 转自:https://www.cnblogs.com/yanypan/archive/2012/12/06/2805478.html var stringFormat = function(tpl ,arr){ var newStr = tpl; for (var key in 阅读全文
摘要:
Chapter 15. Embedding the IronPython engine THIS CHAPTER COVERS Creating a custom executable The IronPython engine The DLR hosting API Handling Python 阅读全文
摘要:
1 /* 2 * 由SharpDevelop创建。 3 * 用户: Administrator 4 * 日期: 2021/10/15 5 * 时间: 19:16 6 * 7 * 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件 8 */ 9 //主窗体添加 richTextBox1 ric 阅读全文
摘要:
C++数学计算库 转载自: https://blog.csdn.net/lp310018931/article/details/50520930 数学表达式解析工具 muParser muParser 是一个快速的数学表达式的解析器,可将数学表达式转成字节码并预先计算常数表达式的部分。更多muPar 阅读全文
摘要:
Numpy和SciPy 大名鼎鼎的 NumPy python版本 https://github.com/numpy/numpy https://github.com/dpilger26/NumCpp C++版本 NumCpp: Main Page C++文档 SciPy.org — SciPy.or 阅读全文
摘要:
import bpy from bpy import data as D from bpy import context as C from mathutils import * from math import * def addColorSphere( size,location,color): 阅读全文
摘要:
import bpy from bpy import context as C from mathutils import * sns=C.screen areas=sns.areas area=None for i in areas: if i.type=='VIEW_3D': area=i br 阅读全文
摘要:
glib :File Utilities 读取文件内容 gboolean g_file_get_contents (const gchar *filename, gchar **contents, gsize *length,GError **error); 如果filename含utf8格式,参考 阅读全文