学习css3的作业之一,制作一个简单的图表。 这里是源码和效果图。 参考文档:https://tympanus.net/Tutorials/Animated3DBarChart/ CSS源码: @media screen and (max-width: 450px) { .sm-graph-container { font-size: 0.22em; } ...
阅读全文官网摘要: http://dev.mysql.com/doc/refman/5.6/en/fulltext-search.html MySQL has support for full-text indexing and searching: A full-text index in MySQL is an index of type FULLTEXT. Full-text indexes can be used only with  ...
阅读全文使用load infile导入csv文件出现 ERROR 1366 (HY000):Incorrect string value: '\xBE\xAB\xC6\xB7' for column TYPE 百度网上解析: TYPE字段不能输入汉字,你输入了汉字 这是因为的你创建的表编码存在问题 可以尝试将每一个用到中文的字段charset改成uft8 collation改成utf8_unicode_ci ...
阅读全文MySQL有多种存储引擎,MyISAM和InnoDB是其中常用的两种。这里介绍关于这两种引擎的一些基本概念(非深入介绍)。 MyISAM是MySQL的默认存储引擎,基于传统的ISAM类型,支持全文搜索,但不是事务安全的,而且不支持外键。每张MyISAM表存放在三个文件中:frm 文件存放表格定义;数据文件是MYD (MYData);索引文件是MYI (MYIndex)。 ISAM是Indexed Sequential Access Method (有索引的 顺序访问方法) ...
阅读全文MySQLFull-Text Search功能学习摘要 全文搜索三种模式: 自然语言模式(Natural Language Full-Text Searches) 布尔模式(Boolean Full-Text Searches) 查询扩展模式(Full-Text Searches with Query Expansion) 使用全文搜索方法: #创建表格 CREATE TABLE FT_Supportable_Table (name ...
阅读全文skip-name-resolve skip-locking skip-innodb skip-bdb key_buffer = (1G内存推荐设置为256M,2G内存推荐设置为512M) wait_timeout = 3或者5 (2G内存推荐设置为5) max_connections = (如果访问量很大可以设置为512-1024,否则可以设置为384) memory_limit = (程序最多允许使用内存量, 2G内存建议设置为128M) post ...
阅读全文MySQL 字符集引起的Error 1366错误。 错误提示: ERROR 1366 (HY000): Incorrect string value: '\xE5\xB9\xB3\xE5\xAE\x89...' for column 'name' at row 1 解决步骤: 1. 查看通过命令“show variables like "%character%; ” 数据库字符集 mysql> ...
阅读全文by Bas Dijkstra 转自 https://learn.techbeacon.com/units/how-set-continuous-testing-framework-using-selenium-maven-jenkins Last time I talked about the key components of a test automation framework. Now I'm going to provide a st ...
阅读全文net stop mysql 注:停止mysql服务 net start mysql 注:启动mysql服务 mysql -u用户名 -p用户密码 注:登陆本机的mysql mysql -u用户名 -p用户密码 -h机器IP 注:登陆指定主机的mysql grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码" grant select,insert,update,delete on *.* to user1@ ...
阅读全文mysql 导出来的dump里有一些注解代码: /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES ...
阅读全文MySQL修改prompt时可以使用到的特殊符号: Option Description \c A counter that increments for each statement you issue \D The full current date \d The default database \h ...
阅读全文Introducing Web Services Oracle Web Service可以分为两类: Weblogic(Java EE) Web Service (see "Securing and Administering WebLogic Web Services") Oracle Infrastucture Web Service —SOA, ADF, and WebCenter services (see &qu ...
阅读全文创建Weblogic Domain有三种方式,本文采用配置向导Configuration Wizard. 以下简称DCW。 示例环境:Weblogic 12.1.2 DCW 8-1:指定目录 DCW 8-2: 选择模板. 默认选择一个最基本的Domain,其不安装一些sample Applications. DCW 8-3:创建管理员帐户,默认用户名为weblogic. ...
阅读全文本文是在Linux环境下安装Weblogic Server 10.3.6.0。 大约半分钟搞定安装。 开始Weblogic server之旅 ...
阅读全文最近C盘disk space耗的特别快,清理下一些垃圾文件。 发现 C:\Windows\Logs\CBS\CBS.log有近700M,一个log文件这么大,应该可以删除吧?! Google下CBS.log的用途: The CBS.log file is used to log the actions of the SFC (System File Checker) 。 能不能删? Google 说:如果你机器没什么问题,那就没问题。:) 删前要先停掉Wi ...
阅读全文weblogic Web Services学习,以weblogic 11.1.1.8为例开始学习,以ORACLE官网提供的教程和用户手册为学习资料。 书单列表: Introducing Web Services Introducing WebLogic Web Services for Oracle WebLogic Server Developer's Guide for Oracle Infrastructure Web Services Getting ...
阅读全文session_start(); session_destroy(); $home_url = 'http://' . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . '/index.php'; header('Location: ' . $home_url); ...
阅读全文apache的日志管理和配置。 LogFormat指令的语法 Description: Describes a format for use in a log file Syntax: LogFormat format|nickname [nickname] Default: LogFormat "%h %l %u %t \"%r\" %>s %b" Context: server config, virtual host S ...
阅读全文本文参考 官方文档 本文的研究基于Oracle FMW 11.1.1 简介 前面介绍ORACLE Web Service分为两类:1)WebLogic Web Service 2)Oracle Infrasturcture Web Service. 如下图中黄色高亮显示部分为Oracle Infrastructure Web Service. 大体又可以分为以下几种: SOA Composite Services BPEL Process ...
阅读全文机械工程师完成3D模型设计后,将设计转化为实物需要经历多个环节,涉及跨部门协作和复杂的信息传递流程。以下是完整的实现路径和协同要点: 一、从设计到生产的关键流程 1. 原型制作与验证 快速原型技术:3D打印(FDM/SLA/SLS)、CNC加工或手工制作,用于功能验证。 测试重点:装配干涉、结构强度、运动逻辑、材料性能。 协同需求:设计团队与原型车间需共享STEP/STL文件、公差标注和关键测试目标。 2 ...
阅读全文