欢迎来到程序员的世界。作为一名开发程序员,尤其是前端开发!从新手到现在,摸摸自己的头发,已然稀疏。。我开始学习编程,也仅仅是因为爱好,再往后,就会面临严峻的生存问题!在这个世界上,不是有很多人想创造软件并解决问题。你是一名hacker,属于那些愿意做一些有挑战性的事情的人。当你不创造东西时,你只会根据自己的感觉而不是能力去看待问题。”对于下面的文字你不必完全接受,我喜欢把事情做到最好,而不是对原来
分类:
其他好文 时间:
2018-12-24 00:03:56
阅读次数:
123
#include<stdio.h> #define N 100 int Count=0; struct stu { int num; char name[20]; int computer; int math; int english; float average; }; void input(st ...
分类:
编程语言 时间:
2018-12-21 13:14:17
阅读次数:
266
const validate = { //验证非空 isEmpty(value, text) { return value; }, //验证身份证 idCard(value) { return /^\d{15}(\d{2}[A-Za-z0-9])?$/i.test(value); }, //验证最少 ...
分类:
其他好文 时间:
2018-12-20 14:31:23
阅读次数:
214
@https://www.cnblogs.com/calmzeal/archive/2017/08/14/7359144.html 安装步骤: 1. 安装Python 3.7 , python-3.7.1-amd64.exe 检查:CMD下 分别运行python -V 和 pip-V。如果找不到命令 ...
Ubuntu18.04配置中文输入法 之前安装Ubuntu18.04的时候选择了english,现在要配置中文的输入法 打开系统设置 点击其中的工具按钮左边第一个 点击管理语言 ==如果系统刚安装可能需要下载语言,等一会儿就可以了 点击添加删除语言 勾选简体中文 点击应用 拖动中文到第一行 点击加号 ...
分类:
系统相关 时间:
2018-12-19 19:34:46
阅读次数:
1352
Spring Security supports localization of exception messages that end users are likely to see. If your application is designed for English-speaking use ...
分类:
编程语言 时间:
2018-12-19 14:14:59
阅读次数:
260
int chfrom = Convert.ToInt32("4e00", 16); //范围(0x4e00~0x9fff)转换成int(chfrom~chend) int chend = Convert.ToInt32("9fff", 16); using (FileStream fsFile = ...
分类:
其他好文 时间:
2018-12-18 15:53:01
阅读次数:
199
In this lesson you will learn to describe the position of an object. 在本课中,您将学习如何描述对象的位置。 课上内容(Lesson) 词汇(Key Word ) 句型(Sentences) 语法(Grammar) ...
分类:
其他好文 时间:
2018-12-17 23:57:58
阅读次数:
238
项目概述 1.项目名称 ITENGLISH词汇 2.项目简介 基于微信小程序,为用户英语学习的平台 3、项目预期达到目标 用户通过使用该小程序在微信平台手机客户端可以实现授权,英语文章阅读,单词学习,通过单词匹配消除游戏复习所学单词。 4、项目测试方法 真实的用户对象进行相应的使用,并反馈信息。 项 ...
分类:
其他好文 时间:
2018-12-16 21:29:56
阅读次数:
118
You are given a non-empty string s consisting of lowercase English letters. You have to pick exactly one non-empty substring of s and shift all its le ...
分类:
其他好文 时间:
2018-12-16 18:13:24
阅读次数:
112