Архив рубрики: Разное

Траблы с MySQL


В связи с тем что я что то криво сделал при заливке таблиц в MySQL базу — поиск производится через одно место. У кого есть знания по этому поводу пишите пожалуйста мне на мыло

Проблема в том что у текстовых полей по которым идет поиск стоит кодировка cp1251_swedish_ci. При попытке сменить у данных полей кодировку на cp1251_general_ci — данные в поле безвозвратно превращаются в символы вопроса. Что делать и как дальше жить не знаю … 🙂

Помогайте кто может!

Вышло обновление Opera 9


Добавлено несколько прикольных возможностей…
Блокировка определенных графических файлов с конкретного сайта, блокировка другого контента.

Также добавили возможность делать ссылки на поисковые формы. Т.е. к примеру сделав ссылку на наш поисковик (на сайте) и назначив его на букву v, вы сможете набрать в строке для URL тест «v QUEUE» и получить в результате страницу поиска нашего сайта с результатами поиска по строке «QUEUE» … Приятная фича!

Добавили поддержку виджетов (визуальные объекты), про них можно почитать на сайте www.opera.com, но пока не вижу где я это смогу применить.

На сайте есть поиск… и это радует :)


Для поиска по новостям или статьям нажмите Поиск в главно меню.

Поиск по файлам происходит в разделе Файлы.

Со временем попробую интегрировать поиск по файлам в основной пункт поиска …

Графический файл GIF

Оглавление

Ответственность составителей документа
Введение
Предоставление лицензии
Структура документа
Общее описание
Номера версий
Кодировщик
Декодировщик
Совместимость
Рекомендации
Таблицы цветов
Основные и дополнительные блоки, а также границы их действия
Размер блока
Использование формата GIF в составе более общего протокола
Субблоки данных
Блок-терминатор
Заголовок
Дескриптор логического экрана
Глобальная таблица цветов
Дескриптор изображения
Локальная таблица цветов
Кодирование изображений методом таблиц
Дополнительный блок управления изображением
Дополнительный блок комментария
Дополнительный блок с простым текстом
Дополнительный блок приложений
Завершающий блок

Читать далее

Еще одно описание WMF файла

A metafile for the Windows operating system consists of a collection of graphics  device interface (GDI) functions  that describe an image. Because metafiles take up less space and are more device- independent than bitmaps, they  provide convenient storage for images that appear repeatedly in an application or  need to be moved from one  application to another. To generate a metafile, a Windows application creates a special device context that sends GDI commands to a file or memory for storage. The application can later play back the metafile and display the image. During playback, Windows breaks the metafile down into records and identifies  each object with an index to a handle table. Читать далее

Графический файл WMF

Also Known As: WMF, Enhanced Metafile, EMF, APM

Type Metafile
Colors 24-bit
Compression None
Maximum Image Size NA
Multiple Images Per File Yes
Numerical Format Little-endian
Originator Microsoft Corporation
Platform Microsoft Windows
Supporting Applications Numerous Microsoft Windows-based graphics applications
Usage Storage of vector drawings and bitmaps. Читать далее

ZIP файлы (Архивы)

Disclaimer
Although PKWARE will attempt to supply current and accurate information relating to its file formats, algorithms, and the subject programs, the possibility of error can not be eliminated. PKWARE therefore expressly disclaims any warranty that the information contained in the associated materials relating to the subject programs and/or the format of the files created or accessed by the subject programs and/or the algorithms used by the subject programs, or any other matter, is current, correct or accurate as delivered.  Any risk of damage due to any possible inaccurate information is assumed by the user of the information. Furthermore, the information relating to the subject programs and/or the file formats created or accessed by the subject programs and/or the algorithms used by the subject programs is subject to change without notice.

General Format of a ZIP file  Files stored in arbitrary order.  Large zipfiles can span multiple diskette media. Читать далее

CSV файлы (Comma Seperated Value)

*.CSV (Comma Seperated Value) format is mostly self-explanatory ASCII text format. If you export a file from a database in CSV format and look at it you will find that it is simply a list of entries seperated by commas:

<CSV_file> ::= { <CSV_line> }
<CSV_line> ::= <value> { "," <value> } <spaces_and_tabs>
<CRLF>
<value> ::= <spaces_and_tabs>
        (
          { <any_text_except_quotas_and_commas_and_smth_else>
}
        | <single_or_double_quote>
          <any_text_save_CRLF_with_corresponding_doubled_quotas>
          <the_same_quote>
        )

That’s all I think… and there is some problem with this format: different database systems have different definitions of the term <any_text_except_quotas_and_commas_and_smth_else> Also Paradox version approx.4 has the bug. When converting to .CSV, it always writes values surrounded by «s — but if in the source database file we have a field containing «s, them will not be doubled in CSV.
E.g.: abc»dfg will be translated to «abc»dfg» instead of «abc»»dfg».

Формат COM файлов

Intel byte order
DISCLAIMER:  THIS MATERIAL IS PROVIDED «AS IS».  I verify the information contained in this list to the best of my ability, but I cannot be held responsible for any problems caused by use or misuse of the information, especially for those file formats foreign to the PC, like AMIGA or SUN file formats. If an information it is marked «guesswork» or undocumented, you should check it carefully to make sure your program will not break with an unexpected value (and please let me know whether or not it works the same way). Information marked with «???» is known to be incomplete or guesswork.
Some file formats were not released by their creators, others are regarded as proprietary, which means that if your programs deal with them, you might be looking for trouble. I don’t care about this.
The COM files are raw binary executables and are a leftover from the old CP/M machines with 64K RAM.  A COM program can only have a size of less than one segment (64K), including code and static data since no fixups for segment relocation or anything else is included. One method to check for a COM file is to check if the first byte in the file could be a valid jump or call opcode, but this is a very weak test since a COM file is not required to start with a jump or a call. In principle, a COM file is just loaded at offset 100h in the segment and then executed. Читать далее

TopSpeed TPS файл

                       О С Н О В Н О Й   T P S - Ф А Й Л

                             ФИЗИЧЕСКАЯ ОРГАНИЗАЦИЯ

                                    Заголовок

      (+0)       (+4)          (+6)           (+0Ah)          (+0Eh)
  00 00 00 00    00 00      00 05 00 00     00 05 00 00     74 4F 70 53
 UNSIGNED LONG   USHORT    UNSIGNED LONG   UNSIGNED LONG   UNSIGNED LONG
   Смещение      Размер     Длина файла     Длина файла     Метка файла
  заголовка    заголовка                                      TOPSPEED

  (+12h)      (+14h)          (+18h)                (+1Ch)
  00 00     00 00 00 06     07 00 00 00           00 00 00 00
  SHORT    UNSIGNED LONG   UNSIGNED LONG         UNSIGNED LONG
   Нули      Последний   Счетчик изменений     Верхняя управляющая
   (?)         номер           файла        страница (адрес минус 200h,
                                                деленный на 100h)

  Далее следуют 2 массива длиной (длина_заголовка-20h)/2 четырехбайтовых
чисел (ниже порядок байт перевернут):

Читать далее