diff --git a/Day41-55/code/polls_origin/images/captcha.jpg b/Day41-55/code/polls_origin/images/captcha.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01ba4d386720d1af2eca4c8d86547aaa7e9d249d Binary files /dev/null and b/Day41-55/code/polls_origin/images/captcha.jpg differ diff --git a/Day41-55/code/polls_origin/images/hot-icon-small.png b/Day41-55/code/polls_origin/images/hot-icon-small.png new file mode 100644 index 0000000000000000000000000000000000000000..307ef94ae8ff5bb724898ed4a817c341c93d2281 Binary files /dev/null and b/Day41-55/code/polls_origin/images/hot-icon-small.png differ diff --git a/Day41-55/code/polls_origin/images/luohao.png b/Day41-55/code/polls_origin/images/luohao.png new file mode 100644 index 0000000000000000000000000000000000000000..208ac18945bb1549db76bf23e051c825943ab655 Binary files /dev/null and b/Day41-55/code/polls_origin/images/luohao.png differ diff --git a/Day41-55/code/polls_origin/images/wangdachui.png b/Day41-55/code/polls_origin/images/wangdachui.png new file mode 100644 index 0000000000000000000000000000000000000000..5368f71c037c52f1a281e01aebfd1edf55ffe9b6 Binary files /dev/null and b/Day41-55/code/polls_origin/images/wangdachui.png differ diff --git a/Day41-55/code/polls_origin/images/weiyixiao.png b/Day41-55/code/polls_origin/images/weiyixiao.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbb281d5b0919a9d53dbe98e4329ab51b9cd3b2 Binary files /dev/null and b/Day41-55/code/polls_origin/images/weiyixiao.png differ diff --git a/Day41-55/code/polls_origin/images/xiaoshirong.png b/Day41-55/code/polls_origin/images/xiaoshirong.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f04eba0df505276acb82b76735cc526bc85d8d Binary files /dev/null and b/Day41-55/code/polls_origin/images/xiaoshirong.png differ diff --git a/Day41-55/code/polls_origin/images/yuting.png b/Day41-55/code/polls_origin/images/yuting.png new file mode 100644 index 0000000000000000000000000000000000000000..195af3aecd98e275fb2d1a11e241f41b81d6dcc3 Binary files /dev/null and b/Day41-55/code/polls_origin/images/yuting.png differ diff --git a/Day41-55/code/polls_origin/images/zhangwuji.png b/Day41-55/code/polls_origin/images/zhangwuji.png new file mode 100644 index 0000000000000000000000000000000000000000..ee01fa1a55a21ffcc8a3b57bcf26e66704a02875 Binary files /dev/null and b/Day41-55/code/polls_origin/images/zhangwuji.png differ diff --git a/Day41-55/code/polls_origin/login.html b/Day41-55/code/polls_origin/login.html new file mode 100644 index 0000000000000000000000000000000000000000..c30954becd83fdaf9e74776890d03cb46362f178 --- /dev/null +++ b/Day41-55/code/polls_origin/login.html @@ -0,0 +1,73 @@ + + + + + 用户登录 + + + +
+

用户登录

+
+
+
+ + +
+
+ + +
+
+ + + +
+
+ + +
+
+ 注册新用户 +
+ + \ No newline at end of file diff --git a/Day41-55/code/polls_origin/register.html b/Day41-55/code/polls_origin/register.html new file mode 100644 index 0000000000000000000000000000000000000000..264f4029107886fe3c02f2ff91a3755e8b539643 --- /dev/null +++ b/Day41-55/code/polls_origin/register.html @@ -0,0 +1,87 @@ + + + + + 用户注册 + + + +
+

用户注册

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+ + +
+
+ + +
+
+ 返回登录 +
+ + \ No newline at end of file diff --git a/Day41-55/code/polls_origin/subjects.html b/Day41-55/code/polls_origin/subjects.html new file mode 100644 index 0000000000000000000000000000000000000000..b2eccf50f3449ac2e5d1941a1a44cb30abe41362 --- /dev/null +++ b/Day41-55/code/polls_origin/subjects.html @@ -0,0 +1,67 @@ + + + + + 学科信息 + + + +
+

千锋教育成都校区所有学科

+
+
+
+
+ Python全栈+人工智能 + +
+
+ Python(英国发音:/ˈpaɪθən/ 美国发音:/ˈpaɪθɑːn/)是一种广泛使用的解释型、高级编程、通用型编程语言, + 由吉多·范罗苏姆创造,第一版发布于1991年。可以视之为一种改良(加入一些其他编程语言的优点,如面向对象)的LISP。 + Python的设计哲学强调代码的可读性和简洁的语法(尤其是使用空格缩进划分代码块,而非使用大括号或者关键词)。 + 相比于C++或Java,Python让开发者能够用更少的代码表达想法。不管是小型还是大型程序,该语言都试图让程序的结构清晰明了。 +
+
+
+
+ 全栈软件测试 +
+
+ 软件测试在规定的条件下对程序进行操作,以发现程序错误,衡量软件质量,并对其是否能满足设计要求进行评估的过程。 + 软件测试有许多方法,但对复杂的产品运行有效测试不仅仅是研究过程,更是创造并严格遵守某些呆板步骤的大事。 + 测试的其中一个定义:为了评估而质疑产品的过程;这里的“质疑”是测试员试着对产品做的事,而产品以测试者脚本行为反应作为回答。 +
+
+
+
+ JavaEE+分布式开发 + +
+
+ Java是一种广泛使用的计算机编程语言,拥有跨平台、面向对象、泛型编程的特性,广泛应用于企业级Web应用开发和移动应用开发。 + 该语言由当时任职于太阳微系统的詹姆斯·高斯林等人于1990年代初开发Java语言的雏形,最初被命名为Oak, + 目标设置在家用电器等小型系统的编程语言,应用在电视机、电话、闹钟、烤面包机等家用电器的控制和通信。 + 由于这些智能化家电的市场需求没有预期的高,太阳计算机系统(Sun公司)放弃了该项计划。 + 随着1990年代互联网的发展,Sun公司看见Oak在互联网上应用的前景,于是改造了Oak,于1995年5月以Java的名称正式发布。 + Java伴随着互联网的迅猛发展而发展,逐渐成为重要的网络编程语言。 +
+
+
+
+ + \ No newline at end of file diff --git a/Day41-55/code/polls_origin/teachers.html b/Day41-55/code/polls_origin/teachers.html new file mode 100644 index 0000000000000000000000000000000000000000..55c31cccbde79f64c7de8c936ae9ac1394d064e5 --- /dev/null +++ b/Day41-55/code/polls_origin/teachers.html @@ -0,0 +1,110 @@ + + + + + 老师信息 + + + +
+

Python全栈+人工智能学科的老师信息

+
+
+
+ +
+
+
+ 姓名:骆昊 + 性别:男 + 出生日期:1980年11月28日 +
+
+ 10年以上软硬件产品和系统设计、研发、架构和管理经验,2003年毕业于四川大学,四川大学Java技术俱乐部创始人, + 四川省优秀大学毕业生,在四川省网络通信技术重点实验室工作期间,参与了2项国家自然科学基金项目、 + 1项中国科学院中长期研究项目和多项四川省科技攻关项目,在国际会议和国内顶级期刊上发表多篇论文(1篇被SCI收录,3篇被EI收录), + 大规模网络性能测量系统DMC-TS的设计者和开发者,perf-TTCN语言的发明者。国内最大程序员社区CSDN的博客专家, + 在Github上参与和维护了多个高质量开源项目,精通C/C++、Java、Python、R、Swift、JavaScript等编程语言, + 擅长OOAD、系统架构、算法设计、协议分析和网络测量,主持和参与过电子政务系统、KPI考核系统、P2P借贷平台等产品的研发, + 一直践行“用知识创造快乐”的教学理念,善于总结,乐于分享。 +
+
+ 好评  (100) +      + 差评  (50) +
+
+
+
+
+ +
+
+
+ 姓名:余婷 + 性别:女 + 出生日期:1992年9月20日 +
+
+ 5年以上移动互联网项目开发经验和教学经验,曾担任上市游戏公司高级软件研发工程师和移动端(iOS)技术负责人, + 参了多个企业级应用和游戏类应用的移动端开发和后台服务器开发,拥有丰富的开发经验和项目管理经验, + 以个人开发者和协作开发者的身份在苹果的AppStore上发布过多款App。精通Python、C、Objective-C、Swift等开发语言, + 熟悉iOS原生App开发、RESTful接口设计以及基于Cocos2d-x的游戏开发。授课条理清晰、细致入微, + 性格活泼开朗、有较强的亲和力,教学过程注重理论和实践的结合,在学员中有良好的口碑。 +
+
+ 好评  (50) +      + 差评  (100) +
+
+
+
+ + \ No newline at end of file diff --git "a/\345\205\254\345\274\200\350\257\276/\350\247\206\351\242\221/\350\247\206\351\242\221\351\223\276\346\216\245.txt" "b/\345\205\254\345\274\200\350\257\276/\350\247\206\351\242\221/\350\247\206\351\242\221\351\223\276\346\216\245.txt" index b1cce9509516d306e1b5c43a41b1cab3ea10fde0..ba2eba847a95ee71c35d499eb6cff62e2c60c749 100644 --- "a/\345\205\254\345\274\200\350\257\276/\350\247\206\351\242\221/\350\247\206\351\242\221\351\223\276\346\216\245.txt" +++ "b/\345\205\254\345\274\200\350\257\276/\350\247\206\351\242\221/\350\247\206\351\242\221\351\223\276\346\216\245.txt" @@ -1 +1 @@ -链接:https://pan.baidu.com/s/1xX5GWc7C2Fy8u9uKQl-2OQ 密码:oc66 \ No newline at end of file +链接:https://pan.baidu.com/s/1W53OztYWPyQ8BwPV3nbY_Q 密码:67ws \ No newline at end of file