You haven't signed in yet, you can have a better experience after signing in
You haven't signed in yet, you can have a better experience after signing in
Activity Rules
1、Activity time:{{ info.groupon.start_at }} ~ {{ info.groupon.end_at }}。
1、Activity time:售完为止。
2、Validity period of the Group Buying:{{ info.groupon.expire_days * 24 }} hours。
3、Number of Group Buying:{{ info.groupon.need_count }}x。
Please Pay Attention
1、Teamwork process: Join/initiate a Group Buying and make a successful payment - Within the validity period, the number of team members meets the activity requirements - Group Buying succeeded!
2、If the number of participants cannot be met within the valid period, the group will fail, and the paid amount will be refunded in the original way.
3、The number of people required and the time of the event may vary among different products. Please pay attention to the rules of the event.
EagleFiler Mac Information File Archive Management Tool Software
Collect notes, emails, and web pages on Mac and search for them immediately. EagleFiler makes it easy to organize and manage your information. It allows you to archive and search emails, web pages, PDF files, word processing documents, images, and more. Use it to collect information from various sources. Browse different types of files using the familiar three pane interface.
Organize them into folders and annotate them with tags and comments, or put all the content in one folder and use real-time search to pinpoint the information you need.
Due to EagleFiler storing its library in Finder format, you can integrate it with other tools in the Mac ecosystem.
General functions
Import function
mail function
Organizational Function
Editing function
Storage function
Encryption function
Search function
Metadata function
Official website:https://c-command.com/eaglefiler/
Download Center:https://eaglefiler.apsgo.cn
Backup Download:N/A
Delivery time:Manual online processing
Operating Platform:macOS
Interface language:Support English interface display.
Update Description:Support minor version upgrades and updates, such as 1. x
Trial before purchase:Free trial is available before purchase.
How to receive goods:After purchase, the activation information will be sent to the email address at the time of placing the order, and the corresponding product activation code can be viewed in the personal center, My Orders.
Number of devices:Depending on the purchased license, one or two Mac computers can be installed.
Replace computer:Deactivate on the original computer first, and then reactivate on the new computer.
Activation guidance:To be added.
Special note:To be added.
reference material:https://c-command.com/store/#license-information
Any question
EagleFiler maintains indexes to quickly search for content in your database. Due to the fact that EagleFiler only needs to read optimized index files instead of individual files for each record, it can search thousands of records in less than a second. The types and syntax of searches are described in the "Search" section. Usually, you don't need to worry about indexing as EagleFiler handles it automatically. This section describes the working principle of indexing in case you need to customize it or solve a problem.
Index content
EagleFiler will index the text content of all files, emails, and notes in your database. This includes text that Spotlight cannot see, such as email attachments, invisible webpage content, PDF comments, and Skim notes attached to PDF files. EagleFiler has built-in indexing support for common file formats. It also supports custom file formats through the Spotlight importer plugin.
Indexed Storage
As shown in the "Database Folder" section, each EagleFiler database has a; .eflibrary Package. The index of this database is stored in this package. This means:
You may want to exclude EagleFiler's indexes from the backup to save disk space or bandwidth. To exclude indexes from Time Machine backups, please use the 'Advanced Preferences' feature; ExcludeIndexesFromBackup Options. To exclude indexes from other types of backups, please set the backup software to skip; .efindex Or .efmailtoc The ending file.
Update Index
To ensure the accuracy of search results, EagleFiler needs to ensure that the index is updated when the file content changes:
Every time the database is opened, EagleFiler scans all files to ensure they are up-to-date in the index. This enables EagleFiler to detect files modified outside of EagleFiler and complete the indexing work that was in progress when the database was closed. Usually, most files have already been indexed, so this scan will not take a long time. Email files are non editable, so EagleFiler knows that the emails in them will never change. Once the email is fully indexed, EagleFiler will mark the email as completed. This speeds up the process of opening the database, as EagleFiler does not need to check if each email is up-to-date in the index. In addition, the index file is marked as read-only, so there is no need to replicate it again during backup or synchronization.
Word index and phrase index
When rebuilding the index (see below), you can choose (by database) whether EagleFiler indexes words or phrases. The search speed of a word index is faster, but when searching for multiple words, it will find any document containing these words at any position. Phrase indexing allows you to search for a group of adjacent words in a document, but indexing takes longer and the size of the indexing file will be several times larger than before. By default, EagleFiler uses phrase indexing.
rebuild index
If you hold down the Command and Option keys while opening the database, EagleFiler will display the "Rebuild Index" dialog box. When you rebuild the index, EagleFiler will delete the old index file and build a new index from scratch. This may take a long time, but it is very useful because:
Damaged index
If EagleFiler cannot open the index, it will consider it damaged. It will move the old index files to; .eflibrary Include the 'damaged' folder in the 'index' folder of the package and log the error to the console. Then, it will create a new index file and start rebuilding.
If you believe that the index file is not actually damaged, you can close the database in EagleFiler and move the index file out of the 'damaged' folder. Otherwise, you can delete files in the 'damaged' folder to save disk space.
Exclude file index
Occasionally, a file may not be able to be read by EagleFiler, or may be damaged to the point where the indexer hangs or crashes. To prevent these files from causing problems for the rest of your database, you can exclude them from the index. You can allocate files by; ef_noindex Use tags to exclude it from the index.
You can also use terminal commands to exclude indexes for certain file names and extensions to address issues with the Spotlight importer. For example, the following command will exclude files; foo.xls:
defaults write com.c-command.EagleFiler SpotlightImporterSkippedNames -array-add foo.xls
The following command will exclude all .xls File:
defaults write com.c-command.EagleFiler SpotlightImporterSkippedExtensions -array-add xls
You can exclude email attachments from the index by entering the name of the attachment through terminal commands. For example, the following command:
defaults write com.c-command.EagleFiler UnindexedAttachmentNames -array "smime.p7s" "PGP.sig"
Will tell EagleFiler not to index names named; smime.p7s Or PGP.sig The file. The following command:
defaults write com.c-command.EagleFiler UnindexedAttachmentExtensions -array dwg
Will tell EagleFiler not to index .dwg Type of file. This can be used to address slow or problematic issues with the Spotlight importer plugin.
If you know that you will never search for attachment content with these names, you can also speed up indexing through this method.
Exclude file index
Occasionally, a file may not be able to be read by EagleFiler, or may be damaged to the point where the indexer hangs or crashes. To prevent these files from causing problems for the rest of your database, you can exclude them from the index. You can allocate files by; ef_noindex Use tags to exclude it from the index.
You can also use terminal commands to exclude indexes for certain file names and extensions to address issues with the Spotlight importer. For example, the following command will exclude files; foo.xls:defaults write com.c-command.EagleFiler SpotlightImporterSkippedNames -array-add foo.xls The following command will exclude all .xls File: defaults write com.c-command.EagleFiler SpotlightImporterSkippedExtensions -array-add xls You can exclude email attachments from the index by entering the name of the attachment through terminal commands. For example, the following command: defaults write com.c-command.EagleFiler UnindexedAttachmentNames -array "smime.p7s" "PGP.sig" Will tell EagleFiler not to index names named; smime.p7s Or PGP.sig The file. The following command: defaults write com.c-command.EagleFiler UnindexedAttachmentExtensions -array dwg Will tell EagleFiler not to index .dwg Type of file. This can be used to address slow or problematic issues with the Spotlight importer plugin.
If you know that you will never search for attachment content with these names, you can also speed up indexing through this method.