码迷,mamicode.com
首页 >  
搜索关键字:expression language    ( 11402个结果
Python eval()和exec()函数
相同点:eval()和exec()在一定命名空间范围内执行字符串形式的代码 不同点:exec()无返回值;eval()有返回值 格式: eval(expression, globals=None, locals=None, /)exec(expression, globals=None, local ...
分类:编程语言   时间:2020-05-03 01:03:11    阅读次数:65
1073 Scientific Notation
Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matches the regular expression [+- ...
分类:其他好文   时间:2020-05-02 22:51:31    阅读次数:58
html分类与区别
超文本标记语言(英语:HyperText Markup Language,简称:HTML)是一种用于创建网页的标准标记语言。那么html元素的分类与区别是什么呢?本文就将对此进行介绍。 ...
分类:Web程序   时间:2020-05-02 19:23:52    阅读次数:73
正则对象
正则 RegExp 正则表达式(火星文):操作字符串 正则表达式:正则表达式(regular expression)是一个描述字符规则的对象。ECMAScript 的 RegExp 构造函数 表示正则表达式,而 String 和 正则表达式都定义了进行强大的【模式匹配】和【文本检索】与【替换】的函数 ...
分类:其他好文   时间:2020-05-02 16:51:29    阅读次数:62
Expression #14 of SELECT list is not in GROUP BY clause and contains nonaggregated column '
随笔 - 1106 文章 - 1 评论 - 39 MYSQL5.7版本sql_mode=only_full_group_by问题 目录 具体出错提示: 1、查看sql_mode 查询出来的值为: 2、去掉ONLY_FULL_GROUP_BY,重新设置值。 3、上面是改变了全局sql_mode,对于新 ...
分类:其他好文   时间:2020-05-02 16:45:47    阅读次数:55
JSP中EL表达式的应用
1.EL表达式的概念 EL全称Expression Language,用来简化JSP页面的数据访问操作,代替<%%>、<%=%>,提供一个更清晰简洁的视图层。 通常与JSTL标签一起使用。 2.EL表达式语法 ${expression},expression为有效表达式,如常量,变量,操作符和函数调 ...
分类:Web程序   时间:2020-05-02 14:36:52    阅读次数:95
jQuery.qrcode.js客户端生成二维码,支持中文并且可以生成LOGO
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
分类:Web程序   时间:2020-05-02 09:59:24    阅读次数:84
Do you (really) write exception safe code?
原文 https://stackoverflow.com/questions/1853243/do you really write exception safe code https://en.cppreference.com/w/cpp/language/exceptions Exception ...
分类:其他好文   时间:2020-05-01 20:13:26    阅读次数:58
xml
xml extensible markdown language CDATA区 让xml解析器,将特殊字当作文本,而不是当成标签来解析 xml解析方式 常用的有两种 DOM (Document Object Model) 将整个xml读入内存,形成树形结构来解析,可以进行增删改查操作 SAX (Si ...
分类:其他好文   时间:2020-05-01 16:33:13    阅读次数:66
Type
/ Type is the common superinterface for all types in the Java programming language. These include raw types, parameterized types, array types, type va ...
分类:其他好文   时间:2020-05-01 01:26:50    阅读次数:73
11402条   上一页 1 ... 48 49 50 51 52 ... 1141 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!