- 博客(38)
- 资源 (7)
- 收藏
- 关注
原创 html5的109个标签
source> 定义媒体元素(如 <video>、<audio> 和 <picture>)的多个媒体资源。<noscript> 定义针对不支持客户端脚本的用户的替代内容。<summary> 定义 <details> 元素 的可见标题。<bdi> 定义文本的文本方向,使其脱离其周围文本的方向设置。<col> 规定 <colgroup> 元素 中每列的列属性。<legend> 定义 fieldset 元素 的标题。<rt> 定义字符的解释/发音(针对东亚印刷术)。
2024-01-25 23:11:55
506
原创 JQuery学习资料
https://www.w3school.com.cn/jqueryjQuery · GitHubjQuery API 中文文档 | jQuery 中文网jQuery 教程 | 菜鸟教程jQuery插件库-收集最全最新最好的jQuery插件https://www.bootcdn.cn/jquery/jQuery API Documentationjquery吧-百度贴吧--web前端传奇框架Jquery爱好者的聚集地--主要对web前端框架jquery的学习、使用、交流,通过发布交流此框架的组成、API、应
2022-11-28 09:07:03
206
原创 python 统计各股被套牢时间
import osstrTest=""nZhangTing=0nDieTing=0strZhangTingDate=""strDieTingDate=""nEarn=0nTotalEarn=0nBuy=0nSell=0strBuyDate=""strPrebuyDate=False#准备买入bPreSell=FalsebPreBuy=FalsestrSellDate=""strOutput=""nMoney=0for root,dirs,files in os.walk(r
2022-07-06 17:52:12
222
原创 python获取最近妖股
import osarrRaise=[]strTest=""nZhangTing=0nDieTing=0strZhangTingDate=""strDieTingDate=""nEarn=0nTotalEarn=0nBuy=0nSell=0strBuyDate=""strPrebuyDate=False#准备买入bPreSell=FalsebPreBuy=FalsestrSellDate=""strOutput=""nMoney=0nDate=250#nDate=125
2022-06-26 11:08:15
230
原创 python获取个股阶段最高价和阶段最低价
import osarrRaise=[ [0,[]], [0.1,[]], [0.2,[]], [0.3,[]], [0.4,[]], [0.5,[]], [0.6,[]], [0.7,[]], [0.8,[]], [0.9,[]], [1,[]], [2,[]], [3,[]], [4,[]], [5,[]], [6,[]], [7,[]], [8,[]],
2022-06-25 22:24:48
2454
原创 python历史最高价最低价
import osarrRaise=[ [0,[]], [0.1,[]], [0.2,[]], [0.3,[]], [0.4,[]], [0.5,[]], [0.6,[]], [0.7,[]], [0.8,[]], [0.9,[]], [1,[]], [2,[]], [3,[]], [4,[]], [5,[]], [6,[]], [7,[]], [8,[]],
2022-06-25 17:11:26
402
原创 python今日放量股票
import osnZhangTing=0nMinNum=0nDate=250*6ndday=10nDealNum=0#放量for root,dirs,files in os.walk(r"..\\txt"): for file in files: strCode=os.path.join(root,file)[-10:-4] #if(strCode!="002031"): # continue da
2022-06-24 14:42:41
215
原创 python 1年新低未涨股票大全
300956英力股份2022/04/28 14.83元300958建工修复2022/04/28 17.48元300959线上线下2022/04/28 28.98元300960通业科技2022/04/26 16.42元300999金龙鱼2022/05/19 43.39元年内新低股票数量:2415
2022-06-23 22:32:28
266
原创 python涨停2天以上股票
import osnZhangTing=0for root,dirs,files in os.walk(r"..\\txt"): for file in files: strCode=os.path.join(root,file)[-10:-4] #if(strCode!="002031"): # continue date1="" nStart1=0#第一天开盘价 nEnd1
2022-06-23 16:21:43
211
原创 python今日连续涨停股票
import osnZhangTing=0for root,dirs,files in os.walk(r"..\\txt"): for file in files: strCode=os.path.join(root,file)[-10:-4] #if(strCode!="002031"): # continue date1="" nStart1=0#第一天开盘价 nEnd1
2022-06-23 15:58:59
420
原创 python统计今日涨停股票
import osnZhangTing=0for root,dirs,files in os.walk(r"..\\txt"): for file in files: ##strCode=os.path.join(root,file)[-10:-4] #if(strCode!="000661"): # continue date1="" nStart1=0#第一天开盘价 nEn
2022-06-23 00:11:46
975
原创 python历史涨停跌停次数统计
import osarrZhangTing=[ [[0,4],[]], [[5,10],[]], [[10,20],[]], [[20,50],[]], [[100,9999],[]]]arrDieTing=[ [[0,4],[]], [[5,10],[]], [[10,20],[]], [[20,50],[]], [[100,9999],[]]]strZhangTingDate=""strDieTingDate=""
2022-06-22 04:04:44
805
原创 python个股涨停跌停次数分析
301302深深房A涨停次数:222015/09/02涨停2015/09/09涨停2015/09/16涨停2015/09/18涨停2016/01/28涨停2016/01/29涨停2016/02/16涨停2016/03/01涨停2016/03/02涨停2016/03/03涨停2016/03/04涨停2020/11/09涨停2021/01/14涨停2021/02/24涨停2021/02/25涨停2022/04/06涨停2022/04/28涨停跌停次数:10...
2022-06-22 02:38:45
552
原创 python批量挖出10倍牛股
import osarrRaise=[ [0,[]], [0.1,[]], [0.2,[]], [0.3,[]], [0.4,[]], [0.5,[]], [0.6,[]], [0.7,[]], [0.8,[]], [0.9,[]], [1,[]], [2,[]], [3,[]], [4,[]], [5,[]], [6,[]], [7,[]], [8,[]],
2022-06-21 14:22:34
274
原创 python股票分析之数年前买入后已涨10倍的股票
600132600309600346600436600438600519600563600702600779600801600809601012601100601127601799601865601882603026603032603127603290603345603392603444603501603505603605603606603613603638603659603688603690603737603799603806
2022-06-20 17:19:58
157
原创 python股票分析之放量跌倒底买入
import osnZhangTing=0nEarn=0nTotalEarn=0nBuy=0nSell=0strBuyDate=""strPrebuyDate=False#准备买入bPreSell=FalsebPreBuy=FalsestrSellDate=""for root,dirs,files in os.walk(r"..\\txt"): for file in files: strCode=os.path.join(root,file)[-10
2022-06-19 12:17:41
534
原创 python股票分析之放量马上买入(亏损)
import osnZhangTing=0nEarn=0nBuy=0nSell=0for root,dirs,files in os.walk(r"..\\txt"): for file in files: strCode=os.path.join(root,file)[-10:-4] if(strCode!="000661"): continue date1="" nStart1=0
2022-06-19 02:48:41
392
原创 python获取今日历史最低价股票
import osfor root,dirs,files in os.walk(r"..\\txt"): for file in files: date1="" nStart1=0#第一天开盘价 nEnd1=0#最后一天收盘价 nUpDay=0 nDownDay=0 nTotalDay=0 nTotalMin=999 nTotalMax=0 strMinDa
2022-06-17 09:07:59
463
原创 [android]根据文件名动态设置ImageView图片
final ImageView img =findViewById(R.id.imageView1); int id = getResId("图片文件名", R.drawable.class);img.setImageResource(id);int getResId(String variableName, Class<?> c){ try { Field idField = c.getDeclaredField(...
2021-10-26 21:44:59
1635
原创 [android开发]1秒学会给按钮加事件
import android.os.Bundle;import android.widget.Button;import android.view.View;import android.widget.Toast;public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onC.
2021-10-26 11:59:27
80
原创 文本批量处理方法大全
1.批量生成按数字排列的文本1)打开网页:http://www.txttool.com2)其他->点击:链接批量生成器2.删除所有不包含某关键字的行1)打开notepad++2)ctrl+f3)查找目标^(?!.*关键字).*4)选择"正则表达式"5)点击"全部替换"3.删除空行1)打开notepad++2)编
2017-12-19 14:26:06
2808
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人