Home Backend Development PHP Tutorial 春节后在武汉开软件外包公司,该怎么处理

春节后在武汉开软件外包公司,该怎么处理

Jun 13, 2016 am 10:04 AM
email protected

春节后在武汉开软件外包公司
做了一段时间自由职业者,活多的做不完,所以打算春节后开一家软件外包公司,地点在武汉。如果你有兴趣,请发简历到 [email protected] ,谢谢。

我想先招一两个优秀的WEB开发者和网页设计师。我跟帕兰(帕兰映像)合作过。他的服务态度和业务水平都不错。我想招的网页设计师的水平最好和他差不多。http://5android.com/projects/ 有一些成功案例可以参考。我想招的web开发者的水平必须比我强。我是什么都知道一点,深入的很少。除了能力,我还希望应聘者具有几个品质:认真、努力、谦虚。每个应聘者都会接受技术点考核。技术点有5级:不懂、入门、较熟、很熟、精通。

技术点包括:

HTML/XHTML
CSS
Adobe Photoshop
Adobe Fireworks
Adobe Flash
JavaScript/Ajax
- jQuery
- Prototype/ Script.aculo.us
- 其他
PHP
- Zend Framework
- CodeIgniter
- Symphony
- CakePHP
- 其他
Ruby on Rails
MySQL
Apache
Webbots/Crawlers/Spiders/Screen Scrapers
WordPress
Ubuntu
英语
其他

我和上一个公司发生过劳动纠纷,去过东湖开发区的劳动机构,所以对劳动法有些了解。月薪形式是:基本工资+加班费(平时双薪、节假日3薪)+奖金(超出我的期望才会有奖金)。基本工资>3k。

[email protected]


------解决方案--------------------
人在武汉,但是一样都不会。。。。
------解决方案--------------------
个人认为,你这样写很难招到人,符合你要求的人绝对不止3K这个数
------解决方案--------------------
同意楼上的意见
------解决方案--------------------
那些技术点都包括进去, 起价没10k+都难招
------解决方案--------------------
你哪找的这么多活?
------解决方案--------------------
没得10K不考虑替你们打工了
------解决方案--------------------
楼主显然对招人没有一套说辞~~
至少我觉得你这帖不舒服
------解决方案--------------------
都是在吹水
------解决方案--------------------
你不是求贤如渴...至少不是这样的态度.

你就像是到了菜市场...大声吼道:我今天准备在这里花费10块钱购物...
然后小商贩就跟看到了财神爷似的..
爷..你看我的白菜 又大又白..
爷..你看我的萝卜 又长又白..
爷.....

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Notifications in Laravel Notifications in Laravel Mar 04, 2025 am 09:22 AM

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

Explain the concept of late static binding in PHP. Explain the concept of late static binding in PHP. Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log Analysis PHP Logging: Best Practices for PHP Log Analysis Mar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

See all articles