/** * Returns ASCII-table in CLI-like style * @param {Array} data array of rows like key=>value * @param {Object} headers hash of table's headers like key=>title * @return {String} */ cliTable = function (data, headers) { var cellLengths = {}, result, cell, cellLength, bar = '+', header = '|', padRight = function (value, maxLen, character) { if (!Ext4.isString(value)) { value = value.toString(); } while (value.length < maxLen) { value += character; } return value; }; Ext4.each(data, function (row) { Ext4.Object.each(headers, function (key) { cellLength = row[key].toString().length; if (!cellLengths[key] || (cellLengths[key] < cellLength)) { cellLengths[key] = cellLength; } }); }); Ext4.Object.each(headers, function (key, value) { cellLength = cellLengths[key]; bar += Ext4.String.repeat('-', cellLength + 2) + '+'; if (value.length > cellLength) { value = value.substr(0, cellLength); } header += ' ' + padRight(value, cellLength, ' ') + ' |'; }); result = bar + 'n' + header + 'n' + bar + 'n'; Ext4.each(data, function (row) { result += '|'; Ext4.Object.each(row, function (key, value) { result += ' ' + padRight(value, cellLengths[key], ' ') + ' |'; }); result += 'n'; }); result += bar; return result; }
innodb_buffer_pool_size = 2048M innodb_additional_mem_pool_size = 64M innodb_flush_log_at_trx_commit = 0 innodb_thread_concurrency = 8 innodb_flush_method = O_DIRECT innodb_checksums = 0 innodb_file_format_check = 0 innodb_stats_on_metadata=0
Ext.Date.patterns = { ISO8601Long:"d.m.Y H:i:s", ISO8601Short:"d.m.Y", ShortDate: "D, M j/n/Y", LongDate: "l, F d, Y", FullDateTime: "l, F d, Y G:i:s", MonthDay: "F d", ShortTime: "G:i", LongTime: "G:i:s", SortableDateTime: "Y-m-dTH:i:s", UniversalSortableDateTime: "Y-m-d H:i:sO", YearMonth: "F, Y" }; Ext.DP = Ext.Date.patterns; var dt = new Date(2012, 9, 14, 17, 38, 42); Ext.Object.each(Ext.DP, function(k, v) { console.log(k + ' -> ' + Ext.Date.format(dt, v)); });
var s1 = Math.round(Math.random() * 10), s2 = 10 + Math.round(Math.random() * 10), n = Math.round(Math.random() * 5) + 2, i, clusters = {}, center, d = (s2 - s1) / n; console.log('Clustering from ' + s1 + ' to ' + s2 + ' by ' + n + ' clusters'); for (i = s1; i < s2; i++) { center = 'cluster_' + (s1 + Math.floor( (i - s1) / (s2 - s1) * n ) * d).toString(); clusters[center] = (clusters[center] || []).concat(i); console.log( center + ' <- ' + i ); } console.log(clusters)
var input = document.createElement('input'); input.type = "text"; document.getElementById('answer-5258595').appendChild(input); var a = ['1', 2222, {x:3}, [4,6,7], ['lol', 'hui']]; for (var i = 0, len = a.length; i < len; i++) { var fn = function(index) { input.value = a[index]; }; fn = fn.bind(window, i); setTimeout(fn, 100 + i * 5000); }
As you can see, objects convert into '[object Object]', and arrays convert into string which consists of their elements joined by ',' (without space).
Duplication is the mother of all evil in programming. Remaining DRY at all costs should be your goal at all times. A pattern repeats itself one time and your code complexity goes up exponentially.
One great way to DRY up your code is via Traits. Traits are functional equivalent of base classes where you can collect most often used functions and inject these Traits into your objects. Here’s one simple way to do it in Javasсript (using extjs here):
MyTrait = { xhr: function(config) { return Ext.Ajax.request(config) }, submit: function(basic_form,config) { //perform some checks on config // and call basic_form.submit }, //...add more utility functions } function MyGrid(config) {MyGrid.superclass.constructor.call(this,config)} Ext.extend(MyGrid, Ext.grid.GridPanel, MyTrait);
Or for common purposes: ilia.ws/archives/51-PHP-bind-support-via-stream...
<?php $conn = stream_context_create(array('socket'=>array('bindto' => "1.2.3.4:0"))); ?>
<pre> <?php class S { protected $_data = array(); public function __construct($separator) { $name = get_class($this); for ($i = 1; $i < 3; $i++) { for ($j = 1; $j < 3; $j++) { $this->_data[$i][$j] = sprintf('Property %d%s%d of %s', $i, $separator, $j, $name); } } } public function get($id, $pid) { return isset($this->_data[$id][$pid]) ? $this->_data[$id][$pid] : null; } } class S1 extends S { } class S2 extends S { } abstract class A { abstract protected function i(); public static function getById($id, $property_id) { if ($id <= 0 || $property_id <= 0) { throw new Exception('Неверные данные'); } return static::i()->get($id, $property_id); } } class B extends A { private static $instance; protected function i() { if (!self::$instance) { $len = rand(1, 20); self::$instance = new S1(str_repeat('-', $len)); } return self::$instance; } } class C extends A { protected function i() { $len = rand(1, 20); return new S2(str_repeat('*', $len)); } } for ($i = 0; $i < 5; $i++) { ?> <div style="border:1px #ccc dashed;"><?php var_dump(B::getById(rand(1,2), rand(1,2))); var_dump(C::getById(rand(1,2), rand(1,2)));?> </div> <?php }
If there will be "return self::i()->get($id, $property_id);", you will get
Fatal error: Cannot call abstract method A::i() in /var/web/tests/lsb_2.php on line 37
Call Stack:
0.0003 350596 1. {main}() /var/web/tests/lsb_2.php:0
0.0003 350728 2. A::getById() /var/web/tests/lsb_2.php:65
Я модифицировал демку "absform.js" из поставки экста, чтобы показать вам возможности делегирования у компоненты тултипа. Для начала с помощью файрбага я увидел, что элементы формы (поля) имеют класс .x-form-item (конечно, правильнее вместо .x- использовать baseCSSPrefix). Из tip.triggerElement, который является экземпляром или подклассом HTMLElement, можно взять айдишник и затем с помощью getCmp получить полноценную компоненту экста.
читать дальше
- Тормозит поток UI
- По сути вторично выполняет уже сделанную самим экстом работу по выводу дерева
читать дальше
sudo localedef -f CP1251 -i ru_RU ru_RU.cp1251
Затем делаем
setlocale(LC_ALL, 'ru_RU.cp1251');
И все в шоколаде!
Прошу прощения за свой английский.
Обращаю внимание, что обращаться к элементам как к .x-menu-body не вполне корректно. Используйте Ext.baseCSSPrefix
Доступ к записи ограничен
mysql> show create table test;
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table |
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| test | CREATE TABLE `test` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'hahaha',
`name` varchar(255) NOT NULL COMMENT 'Название',
PRIMARY KEY (`id`),
UNIQUE KEY `uk_name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251 |
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
mysql> alter table test change column id id int default null;
Query OK, 0 rows affected (0.35 sec)
Records: 0 Duplicates: 0 Warnings: 0
mysql> show create table test;
+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table |
+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| test | CREATE TABLE `test` (
`id` int(11) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL COMMENT 'Название',
PRIMARY KEY (`id1c`),
UNIQUE KEY `uk__name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251 |
+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Таким образом, нужно вначале менять PK.
Выдержка из официальной документации:
Version Introduced | 5.1.17 | ||
Command-Line Format | --innodb_stats_on_metadata |
||
Option-File Format | innodb_stats_on_metadata |
||
Option Sets Variable | Yes, innodb_stats_on_metadata |
||
Variable Name | innodb_stats_on_metadata |
||
Variable Scope | Global | ||
Dynamic Variable | Yes | ||
Permitted Values | |||
Type | boolean |
||
Default | ON |
When this variable is enabled (which is the default, as before
the variable was created), InnoDB
updates
statistics during metadata statements such as
SHOW TABLE STATUS
or
SHOW INDEX
, or when accessing
the INFORMATION_SCHEMA
tables
TABLES
or
STATISTICS
. (These updates are
similar to what happens for ANALYZE
.) When disabled,
TABLEInnoDB
does not updates statistics during these operations. Disabling
this variable can improve access speed for schemas that have a
large number of tables or indexes. It can also improve the
stability of execution plans for queries that involve
InnoDB
tables.
This variable was added in MySQL 5.1.17.
читать дальше