06 2021 档案
摘要:ASP.NET中选择不同的路径选择方式,得出相应的线路
阅读全文
摘要:1、非同一文件夹之间页面之间的跳转。 protected void Transfer_Basic(object sender, EventArgs e) { if(Label1.Text!="") { Response.Redirect("../Basic1/basic2.aspx"); } } 2
阅读全文
摘要:label中显示数据库中数据
阅读全文
摘要:1、DataFrame对象: 这个对象可以看成是Series组成 的字典,也就是在外形上二者较为相似。如下图: import pandas as pndata={'color':['blue','green','yellow','red','NaN'],'object':['ball','pen',
阅读全文
摘要:一些同学在编写pyhton程序的时候,会出现如下的error: AttributeError: module 'numpy' has no attribute 'array' 这个是说在numpy文件中没找到array属性:这是因为我们初学者在命名文件的时候,有的时候为了方便后期文件的查找,会将文件
阅读全文

浙公网安备 33010602011771号